Shades of Forest Green #21870C
Tints of Forest Green #21870C
RGB
CMYK
RGB Variations
Color information
#21870C (or 0x21870C) is known color: Forest Green. HEX triplet: 21, 87 and 0C. RGB value is (33,135,12). Sum of RGB (Red+Green+Blue) = 33+135+12=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 135 (53.12% from 255 or 75% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 135 - color contains mainly: green. Hex color #21870C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21870C is #DE78F3. Grayscale: #5A5A5A. Windows color (decimal): -14579956 or 821025. OLE color: 821025.
HSL color Cylindrical-coordinate representation of color #21870C: hue angle of 109.76º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #21870C is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 135 | 12 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.47 |
| HSL | 109.76º | 0.84% | 0.29% | - |
| HSV(B) | 109.76º | 0.91% | 0.53% | - |
| XYZ | 9.36 | 17.68 | 3.27 | - |
| YUV | 90.48 | 83.71 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 135 | 12 | 0.76 | 0 | 0.91 | 0.47 | 109.76 | 0.84 | 0.29 |
| Hex | 21 | 87 | C | 4C | 0 | 5B | 2F | 6E | 54 | 1D |
| Octal | 41 | 207 | 14 | 114 | 0 | 133 | 57 | 156 | 124 | 35 |
| Binary | 100001 | 10000111 | 1100 | 1001100 | 0 | 1011011 | 101111 | 1101110 | 1010100 | 11101 |
Color Harmonies of #21870C
Complementary color
Monochromatic Colors of #21870C
Black with #21870C
Text Example
Text Example
White with #21870C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21870C; }
p { color: rgb(33,135,12); }
H1.HeaderClassName
{
color: #21870C;
}
.AnyTagClassName
{
color: #21870C;
}
</style>
background-color css
<style>
a { background-color: #21870C; }
a { background-color: rgb(33,135,12); }
div.DivClassName
{
background-color: #21870C;
}
.BgClassName
{
background-color: #21870C;
}
</style>
border-color css
<style>
span { border-color: #21870C; }
span { border-color: rgb(33,135,12); }
td.TdClassName
{
border-color: #21870C;
}
.TagClassName
{
border-color: #21870C;
}
</style>