Shades of Forest Green #21990F
Tints of Forest Green #21990F
RGB
CMYK
RGB Variations
Color information
#21990F (or 0x21990F) is known color: Forest Green. HEX triplet: 21, 99 and 0F. RGB value is (33,153,15). Sum of RGB (Red+Green+Blue) = 33+153+15=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 153 (60.16% from 255 or 76.12% from 201); Blue value is 15 (6.25% from 255 or 7.46% from 201); Max value from RGB is 153 - color contains mainly: green. Hex color #21990F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21990F is #DE66F0. Grayscale: #656565. Windows color (decimal): -14575345 or 1022241. OLE color: 1022241.
HSL color Cylindrical-coordinate representation of color #21990F: hue angle of 112.17º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #21990F is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 153 | 15 | - |
| CMYK | 0.78 | 0 | 0.90 | 0.4 |
| HSL | 112.17º | 0.82% | 0.33% | - |
| HSV(B) | 112.17º | 0.9% | 0.6% | - |
| XYZ | 12.1 | 23.14 | 4.28 | - |
| YUV | 101.39 | 79.24 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 153 | 15 | 0.78 | 0 | 0.90 | 0.4 | 112.17 | 0.82 | 0.33 |
| Hex | 21 | 99 | F | 4E | 0 | 5A | 28 | 70 | 52 | 21 |
| Octal | 41 | 231 | 17 | 116 | 0 | 132 | 50 | 160 | 122 | 41 |
| Binary | 100001 | 10011001 | 1111 | 1001110 | 0 | 1011010 | 101000 | 1110000 | 1010010 | 100001 |
Color Harmonies of #21990F
Complementary color
Monochromatic Colors of #21990F
Black with #21990F
Text Example
Text Example
White with #21990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21990F; }
p { color: rgb(33,153,15); }
H1.HeaderClassName
{
color: #21990F;
}
.AnyTagClassName
{
color: #21990F;
}
</style>
background-color css
<style>
a { background-color: #21990F; }
a { background-color: rgb(33,153,15); }
div.DivClassName
{
background-color: #21990F;
}
.BgClassName
{
background-color: #21990F;
}
</style>
border-color css
<style>
span { border-color: #21990F; }
span { border-color: rgb(33,153,15); }
td.TdClassName
{
border-color: #21990F;
}
.TagClassName
{
border-color: #21990F;
}
</style>