Shades of Forest Green #21950F
Tints of Forest Green #21950F
RGB
CMYK
RGB Variations
Color information
#21950F (or 0x21950F) is known color: Forest Green. HEX triplet: 21, 95 and 0F. RGB value is (33,149,15). Sum of RGB (Red+Green+Blue) = 33+149+15=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 149 (58.59% from 255 or 75.63% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 149 - color contains mainly: green. Hex color #21950F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21950F is #DE6AF0. Grayscale: #636363. Windows color (decimal): -14576369 or 1021217. OLE color: 1021217.
HSL color Cylindrical-coordinate representation of color #21950F: hue angle of 111.94º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #21950F is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 149 | 15 | - |
| CMYK | 0.78 | 0 | 0.90 | 0.42 |
| HSL | 111.94º | 0.82% | 0.32% | - |
| HSV(B) | 111.94º | 0.9% | 0.58% | - |
| XYZ | 11.46 | 21.85 | 4.07 | - |
| YUV | 99.04 | 80.57 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 149 | 15 | 0.78 | 0 | 0.90 | 0.42 | 111.94 | 0.82 | 0.32 |
| Hex | 21 | 95 | F | 4E | 0 | 5A | 2A | 70 | 52 | 20 |
| Octal | 41 | 225 | 17 | 116 | 0 | 132 | 52 | 160 | 122 | 40 |
| Binary | 100001 | 10010101 | 1111 | 1001110 | 0 | 1011010 | 101010 | 1110000 | 1010010 | 100000 |
Color Harmonies of #21950F
Complementary color
Monochromatic Colors of #21950F
Black with #21950F
Text Example
Text Example
White with #21950F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21950F; }
p { color: rgb(33,149,15); }
H1.HeaderClassName
{
color: #21950F;
}
.AnyTagClassName
{
color: #21950F;
}
</style>
background-color css
<style>
a { background-color: #21950F; }
a { background-color: rgb(33,149,15); }
div.DivClassName
{
background-color: #21950F;
}
.BgClassName
{
background-color: #21950F;
}
</style>
border-color css
<style>
span { border-color: #21950F; }
span { border-color: rgb(33,149,15); }
td.TdClassName
{
border-color: #21950F;
}
.TagClassName
{
border-color: #21950F;
}
</style>