Shades of Forest Green #21880D
Tints of Forest Green #21880D
RGB
CMYK
RGB Variations
Color information
#21880D (or 0x21880D) is known color: Forest Green. HEX triplet: 21, 88 and 0D. RGB value is (33,136,13). Sum of RGB (Red+Green+Blue) = 33+136+13=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 136 (53.52% from 255 or 74.73% from 182); Blue value is 13 (5.47% from 255 or 7.14% from 182); Max value from RGB is 136 - color contains mainly: green. Hex color #21880D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21880D is #DE77F2. Grayscale: #5B5B5B. Windows color (decimal): -14579699 or 886817. OLE color: 886817.
HSL color Cylindrical-coordinate representation of color #21880D: hue angle of 110.24º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #21880D is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 136 | 13 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.47 |
| HSL | 110.24º | 0.83% | 0.29% | - |
| HSV(B) | 110.24º | 0.9% | 0.53% | - |
| XYZ | 9.5 | 17.96 | 3.35 | - |
| YUV | 91.18 | 83.88 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 136 | 13 | 0.76 | 0 | 0.90 | 0.47 | 110.24 | 0.83 | 0.29 |
| Hex | 21 | 88 | D | 4C | 0 | 5A | 2F | 6E | 53 | 1D |
| Octal | 41 | 210 | 15 | 114 | 0 | 132 | 57 | 156 | 123 | 35 |
| Binary | 100001 | 10001000 | 1101 | 1001100 | 0 | 1011010 | 101111 | 1101110 | 1010011 | 11101 |
Color Harmonies of #21880D
Complementary color
Monochromatic Colors of #21880D
Black with #21880D
Text Example
Text Example
White with #21880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21880D; }
p { color: rgb(33,136,13); }
H1.HeaderClassName
{
color: #21880D;
}
.AnyTagClassName
{
color: #21880D;
}
</style>
background-color css
<style>
a { background-color: #21880D; }
a { background-color: rgb(33,136,13); }
div.DivClassName
{
background-color: #21880D;
}
.BgClassName
{
background-color: #21880D;
}
</style>
border-color css
<style>
span { border-color: #21880D; }
span { border-color: rgb(33,136,13); }
td.TdClassName
{
border-color: #21880D;
}
.TagClassName
{
border-color: #21880D;
}
</style>