Shades of Forest Green #21731C
Tints of Forest Green #21731C
RGB
CMYK
RGB Variations
Color information
#21731C (or 0x21731C) is known color: Forest Green. HEX triplet: 21, 73 and 1C. RGB value is (33,115,28). Sum of RGB (Red+Green+Blue) = 33+115+28=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 115 (45.31% from 255 or 65.34% from 176); Blue value is 28 (11.33% from 255 or 15.91% from 176); Max value from RGB is 115 - color contains mainly: green. Hex color #21731C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21731C is #DE8CE3. Grayscale: #505050. Windows color (decimal): -14585060 or 1864481. OLE color: 1864481.
HSL color Cylindrical-coordinate representation of color #21731C: hue angle of 116.55º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21731C is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 115 | 28 | - |
| CMYK | 0.71 | 0 | 0.76 | 0.55 |
| HSL | 116.55º | 0.61% | 0.28% | - |
| HSV(B) | 116.55º | 0.76% | 0.45% | - |
| XYZ | 6.97 | 12.67 | 3.18 | - |
| YUV | 80.56 | 98.33 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 115 | 28 | 0.71 | 0 | 0.76 | 0.55 | 116.55 | 0.61 | 0.28 |
| Hex | 21 | 73 | 1C | 47 | 0 | 4C | 37 | 75 | 3D | 1C |
| Octal | 41 | 163 | 34 | 107 | 0 | 114 | 67 | 165 | 75 | 34 |
| Binary | 100001 | 1110011 | 11100 | 1000111 | 0 | 1001100 | 110111 | 1110101 | 111101 | 11100 |
Color Harmonies of #21731C
Complementary color
Monochromatic Colors of #21731C
Black with #21731C
Text Example
Text Example
White with #21731C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21731C; }
p { color: rgb(33,115,28); }
H1.HeaderClassName
{
color: #21731C;
}
.AnyTagClassName
{
color: #21731C;
}
</style>
background-color css
<style>
a { background-color: #21731C; }
a { background-color: rgb(33,115,28); }
div.DivClassName
{
background-color: #21731C;
}
.BgClassName
{
background-color: #21731C;
}
</style>
border-color css
<style>
span { border-color: #21731C; }
span { border-color: rgb(33,115,28); }
td.TdClassName
{
border-color: #21731C;
}
.TagClassName
{
border-color: #21731C;
}
</style>