Color spaces of #218231
RGB | 33 | 130 | 49 |
---|---|---|---|
HSL | 0.36 | 0.60 | 0.32 |
HSV | 130° | 75° | 51° |
CMYK | 0.75 | 0.00 | 0.62 0.49 |
XYZ | 9.1642 | 16.5103 | 5.6095 |
Yxy | 16.5103 | 0.2929 | 0.5278 |
Hunter Lab | 40.6329 | -30.8492 | 20.2578 |
CIE-Lab | 47.6370 | -45.0231 | 35.2998 |
#218231 color RGB value is (33,130,49).
#218231 hex color red value is 33, green value is 130 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #218231 hue: 0.36 , saturation: 0.60 and the lightness value of 218231 is 0.32.
The process color (four color CMYK) of #218231 color hex is 0.75, 0.00, 0.62, 0.49. Web safe color of #218231 is #339933. Color #218231 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100001 | 10000010 | 00110001 |
Octal | 41 | 202 | 61 |
Decimal | 33 | 130 | 49 |
Hex | 21 | 82 | 31 |
Shades of #218231
Tints of #218231
RGB Percentages of Color #218231
CMYK Percentages of Color #218231
Complementary Color
#218231 | #822172 |
#218231 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#218231 Color Preview on White Background
Lorem ipsum dolor sit amet.
#218231 Color CSS Codes
.mybgcolor {background-color:#218231; } .myforecolor {color:#218231; } .mybordercolor {border:3px solid #218231; }
#218231 Text Font Color
<p style="color:#218231">Text here</p>
This sample text font color is #218231
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#218231 Background Color
<div style="background-color:#218231">
Div content here</div>
This div background color is #218231
#218231 Border Color
<div style="border:3px solid #218231">
Div here</div>
This div border color is #218231
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(33,130,49, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #218231; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #218231; -webkit-box-shadow: 1px 1px 3px 2px #218231; box-shadow: 1px 1px 3px 2px #218231; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(33,130,49, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #218231">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #218231; -webkit-box-shadow: 1px 1px 3px 2px #218231; box-shadow: 1px 1px 3px 2px #218231;">
Div content here</div>
This div box has shadow with color #218231
Comments
No comments written yet.
Please login to write comment.