Shades of Forest Green #21970F
Tints of Forest Green #21970F
RGB
CMYK
RGB Variations
Color information
#21970F (or 0x21970F) is known color: Forest Green. HEX triplet: 21, 97 and 0F. RGB value is (33,151,15). Sum of RGB (Red+Green+Blue) = 33+151+15=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 151 (59.38% from 255 or 75.88% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 151 - color contains mainly: green. Hex color #21970F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21970F is #DE68F0. Grayscale: #646464. Windows color (decimal): -14575857 or 1021729. OLE color: 1021729.
HSL color Cylindrical-coordinate representation of color #21970F: hue angle of 112.06º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #21970F is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 33 | 151 | 15 | - |
| CMYK | 0.78 | 0 | 0.90 | 0.41 |
| HSL | 112.06º | 0.82% | 0.33% | - |
| HSV(B) | 112.06º | 0.9% | 0.59% | - |
| XYZ | 11.78 | 22.49 | 4.17 | - |
| YUV | 100.21 | 79.91 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 151 | 15 | 0.78 | 0 | 0.90 | 0.41 | 112.06 | 0.82 | 0.33 |
| Hex | 21 | 97 | F | 4E | 0 | 5A | 29 | 70 | 52 | 21 |
| Octal | 41 | 227 | 17 | 116 | 0 | 132 | 51 | 160 | 122 | 41 |
| Binary | 100001 | 10010111 | 1111 | 1001110 | 0 | 1011010 | 101001 | 1110000 | 1010010 | 100001 |
Color Harmonies of #21970F
Complementary color
Monochromatic Colors of #21970F
Black with #21970F
Text Example
Text Example
White with #21970F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21970F; }
p { color: rgb(33,151,15); }
H1.HeaderClassName
{
color: #21970F;
}
.AnyTagClassName
{
color: #21970F;
}
</style>
background-color css
<style>
a { background-color: #21970F; }
a { background-color: rgb(33,151,15); }
div.DivClassName
{
background-color: #21970F;
}
.BgClassName
{
background-color: #21970F;
}
</style>
border-color css
<style>
span { border-color: #21970F; }
span { border-color: rgb(33,151,15); }
td.TdClassName
{
border-color: #21970F;
}
.TagClassName
{
border-color: #21970F;
}
</style>