Shades of Forest Green #21992C
Tints of Forest Green #21992C
RGB
CMYK
RGB Variations
Color information
#21992C (or 0x21992C) is known color: Forest Green. HEX triplet: 21, 99 and 2C. RGB value is (33,153,44). Sum of RGB (Red+Green+Blue) = 33+153+44=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 153 (60.16% from 255 or 66.52% from 230); Blue value is 44 (17.58% from 255 or 19.13% from 230); Max value from RGB is 153 - color contains mainly: green. Hex color #21992C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21992C is #DE66D3. Grayscale: #696969. Windows color (decimal): -14575316 or 2922785. OLE color: 2922785.
HSL color Cylindrical-coordinate representation of color #21992C: hue angle of 125.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21992C is Cyan = 0.78, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 153 | 44 | - |
| CMYK | 0.78 | 0 | 0.71 | 0.4 |
| HSL | 125.5º | 0.65% | 0.36% | - |
| HSV(B) | 125.5º | 0.78% | 0.6% | - |
| XYZ | 12.47 | 23.29 | 6.22 | - |
| YUV | 104.69 | 93.74 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 153 | 44 | 0.78 | 0 | 0.71 | 0.4 | 125.5 | 0.65 | 0.36 |
| Hex | 21 | 99 | 2C | 4E | 0 | 47 | 28 | 7E | 41 | 24 |
| Octal | 41 | 231 | 54 | 116 | 0 | 107 | 50 | 176 | 101 | 44 |
| Binary | 100001 | 10011001 | 101100 | 1001110 | 0 | 1000111 | 101000 | 1111110 | 1000001 | 100100 |
Color Harmonies of #21992C
Complementary color
Monochromatic Colors of #21992C
Black with #21992C
Text Example
Text Example
White with #21992C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21992C; }
p { color: rgb(33,153,44); }
H1.HeaderClassName
{
color: #21992C;
}
.AnyTagClassName
{
color: #21992C;
}
</style>
background-color css
<style>
a { background-color: #21992C; }
a { background-color: rgb(33,153,44); }
div.DivClassName
{
background-color: #21992C;
}
.BgClassName
{
background-color: #21992C;
}
</style>
border-color css
<style>
span { border-color: #21992C; }
span { border-color: rgb(33,153,44); }
td.TdClassName
{
border-color: #21992C;
}
.TagClassName
{
border-color: #21992C;
}
</style>