Shades of Forest Green #21760C
Tints of Forest Green #21760C
RGB
CMYK
RGB Variations
Color information
#21760C (or 0x21760C) is known color: Forest Green. HEX triplet: 21, 76 and 0C. RGB value is (33,118,12). Sum of RGB (Red+Green+Blue) = 33+118+12=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 118 (46.48% from 255 or 72.39% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 118 - color contains mainly: green. Hex color #21760C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #21760C is #DE89F3. Grayscale: #505050. Windows color (decimal): -14584308 or 816673. OLE color: 816673.
HSL color Cylindrical-coordinate representation of color #21760C: hue angle of 108.11º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #21760C is Cyan = 0.72, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 118 | 12 | - |
| CMYK | 0.72 | 0 | 0.90 | 0.54 |
| HSL | 108.11º | 0.82% | 0.25% | - |
| HSV(B) | 108.11º | 0.9% | 0.46% | - |
| XYZ | 7.17 | 13.31 | 2.54 | - |
| YUV | 80.5 | 89.34 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 118 | 12 | 0.72 | 0 | 0.90 | 0.54 | 108.11 | 0.82 | 0.25 |
| Hex | 21 | 76 | C | 48 | 0 | 5A | 36 | 6C | 52 | 19 |
| Octal | 41 | 166 | 14 | 110 | 0 | 132 | 66 | 154 | 122 | 31 |
| Binary | 100001 | 1110110 | 1100 | 1001000 | 0 | 1011010 | 110110 | 1101100 | 1010010 | 11001 |
Color Harmonies of #21760C
Complementary color
Monochromatic Colors of #21760C
Black with #21760C
Text Example
Text Example
White with #21760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21760C; }
p { color: rgb(33,118,12); }
H1.HeaderClassName
{
color: #21760C;
}
.AnyTagClassName
{
color: #21760C;
}
</style>
background-color css
<style>
a { background-color: #21760C; }
a { background-color: rgb(33,118,12); }
div.DivClassName
{
background-color: #21760C;
}
.BgClassName
{
background-color: #21760C;
}
</style>
border-color css
<style>
span { border-color: #21760C; }
span { border-color: rgb(33,118,12); }
td.TdClassName
{
border-color: #21760C;
}
.TagClassName
{
border-color: #21760C;
}
</style>