Shades of Forest Green #219D2F
Tints of Forest Green #219D2F
RGB
CMYK
RGB Variations
Color information
#219D2F (or 0x219D2F) is known color: Forest Green. HEX triplet: 21, 9D and 2F. RGB value is (33,157,47). Sum of RGB (Red+Green+Blue) = 33+157+47=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 157 (61.72% from 255 or 66.24% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 157 - color contains mainly: green. Hex color #219D2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #219D2F is #DE62D0. Grayscale: #6B6B6B. Windows color (decimal): -14574289 or 3120417. OLE color: 3120417.
HSL color Cylindrical-coordinate representation of color #219D2F: hue angle of 126.77º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219D2F is Cyan = 0.79, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 157 | 47 | - |
| CMYK | 0.79 | 0 | 0.70 | 0.38 |
| HSL | 126.77º | 0.65% | 0.37% | - |
| HSV(B) | 126.77º | 0.79% | 0.62% | - |
| XYZ | 13.2 | 24.64 | 6.75 | - |
| YUV | 107.38 | 93.92 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 157 | 47 | 0.79 | 0 | 0.70 | 0.38 | 126.77 | 0.65 | 0.37 |
| Hex | 21 | 9D | 2F | 4F | 0 | 46 | 26 | 7F | 41 | 25 |
| Octal | 41 | 235 | 57 | 117 | 0 | 106 | 46 | 177 | 101 | 45 |
| Binary | 100001 | 10011101 | 101111 | 1001111 | 0 | 1000110 | 100110 | 1111111 | 1000001 | 100101 |
Color Harmonies of #219D2F
Complementary color
Monochromatic Colors of #219D2F
Black with #219D2F
Text Example
Text Example
White with #219D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219D2F; }
p { color: rgb(33,157,47); }
H1.HeaderClassName
{
color: #219D2F;
}
.AnyTagClassName
{
color: #219D2F;
}
</style>
background-color css
<style>
a { background-color: #219D2F; }
a { background-color: rgb(33,157,47); }
div.DivClassName
{
background-color: #219D2F;
}
.BgClassName
{
background-color: #219D2F;
}
</style>
border-color css
<style>
span { border-color: #219D2F; }
span { border-color: rgb(33,157,47); }
td.TdClassName
{
border-color: #219D2F;
}
.TagClassName
{
border-color: #219D2F;
}
</style>