Shades of Forest Green #21860D
Tints of Forest Green #21860D
RGB
CMYK
RGB Variations
Color information
#21860D (or 0x21860D) is known color: Forest Green. HEX triplet: 21, 86 and 0D. RGB value is (33,134,13). Sum of RGB (Red+Green+Blue) = 33+134+13=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 134 (52.73% from 255 or 74.44% from 180); Blue value is 13 (5.47% from 255 or 7.22% from 180); Max value from RGB is 134 - color contains mainly: green. Hex color #21860D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21860D is #DE79F2. Grayscale: #5A5A5A. Windows color (decimal): -14580211 or 886305. OLE color: 886305.
HSL color Cylindrical-coordinate representation of color #21860D: hue angle of 110.08º degrees, saturation: 0.82, 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 #21860D is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 134 | 13 | - |
| CMYK | 0.75 | 0 | 0.90 | 0.47 |
| HSL | 110.08º | 0.82% | 0.29% | - |
| HSV(B) | 110.08º | 0.9% | 0.53% | - |
| XYZ | 9.22 | 17.4 | 3.25 | - |
| YUV | 90.01 | 84.54 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 134 | 13 | 0.75 | 0 | 0.90 | 0.47 | 110.08 | 0.82 | 0.29 |
| Hex | 21 | 86 | D | 4B | 0 | 5A | 2F | 6E | 52 | 1D |
| Octal | 41 | 206 | 15 | 113 | 0 | 132 | 57 | 156 | 122 | 35 |
| Binary | 100001 | 10000110 | 1101 | 1001011 | 0 | 1011010 | 101111 | 1101110 | 1010010 | 11101 |
Color Harmonies of #21860D
Complementary color
Monochromatic Colors of #21860D
Black with #21860D
Text Example
Text Example
White with #21860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21860D; }
p { color: rgb(33,134,13); }
H1.HeaderClassName
{
color: #21860D;
}
.AnyTagClassName
{
color: #21860D;
}
</style>
background-color css
<style>
a { background-color: #21860D; }
a { background-color: rgb(33,134,13); }
div.DivClassName
{
background-color: #21860D;
}
.BgClassName
{
background-color: #21860D;
}
</style>
border-color css
<style>
span { border-color: #21860D; }
span { border-color: rgb(33,134,13); }
td.TdClassName
{
border-color: #21860D;
}
.TagClassName
{
border-color: #21860D;
}
</style>