Shades of Forest Green #21AC0D
Tints of Forest Green #21AC0D
RGB
CMYK
RGB Variations
Color information
#21AC0D (or 0x21AC0D) is known color: Forest Green. HEX triplet: 21, AC and 0D. RGB value is (33,172,13). Sum of RGB (Red+Green+Blue) = 33+172+13=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 172 (67.58% from 255 or 78.90% from 218); Blue value is 13 (5.47% from 255 or 5.96% from 218); Max value from RGB is 172 - color contains mainly: green. Hex color #21AC0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21AC0D is #DE53F2. Grayscale: #707070. Windows color (decimal): -14570483 or 896033. OLE color: 896033.
HSL color Cylindrical-coordinate representation of color #21AC0D: hue angle of 112.45º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #21AC0D is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 172 | 13 | - |
| CMYK | 0.81 | 0 | 0.92 | 0.33 |
| HSL | 112.45º | 0.86% | 0.36% | - |
| HSV(B) | 112.45º | 0.92% | 0.67% | - |
| XYZ | 15.45 | 29.86 | 5.33 | - |
| YUV | 112.31 | 71.95 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 172 | 13 | 0.81 | 0 | 0.92 | 0.33 | 112.45 | 0.86 | 0.36 |
| Hex | 21 | AC | D | 51 | 0 | 5C | 21 | 70 | 56 | 24 |
| Octal | 41 | 254 | 15 | 121 | 0 | 134 | 41 | 160 | 126 | 44 |
| Binary | 100001 | 10101100 | 1101 | 1010001 | 0 | 1011100 | 100001 | 1110000 | 1010110 | 100100 |
Color Harmonies of #21AC0D
Complementary color
Monochromatic Colors of #21AC0D
Black with #21AC0D
Text Example
Text Example
White with #21AC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AC0D; }
p { color: rgb(33,172,13); }
H1.HeaderClassName
{
color: #21AC0D;
}
.AnyTagClassName
{
color: #21AC0D;
}
</style>
background-color css
<style>
a { background-color: #21AC0D; }
a { background-color: rgb(33,172,13); }
div.DivClassName
{
background-color: #21AC0D;
}
.BgClassName
{
background-color: #21AC0D;
}
</style>
border-color css
<style>
span { border-color: #21AC0D; }
span { border-color: rgb(33,172,13); }
td.TdClassName
{
border-color: #21AC0D;
}
.TagClassName
{
border-color: #21AC0D;
}
</style>