Shades of Forest Green #21AD0D
Tints of Forest Green #21AD0D
RGB
CMYK
RGB Variations
Color information
#21AD0D (or 0x21AD0D) is known color: Forest Green. HEX triplet: 21, AD and 0D. RGB value is (33,173,13). Sum of RGB (Red+Green+Blue) = 33+173+13=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 173 (67.97% from 255 or 79.00% from 219); Blue value is 13 (5.47% from 255 or 5.94% from 219); Max value from RGB is 173 - color contains mainly: green. Hex color #21AD0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21AD0D is #DE52F2. Grayscale: #717171. Windows color (decimal): -14570227 or 896289. OLE color: 896289.
HSL color Cylindrical-coordinate representation of color #21AD0D: hue angle of 112.5º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #21AD0D is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 173 | 13 | - |
| CMYK | 0.81 | 0 | 0.92 | 0.32 |
| HSL | 112.5º | 0.86% | 0.36% | - |
| HSV(B) | 112.5º | 0.92% | 0.68% | - |
| XYZ | 15.64 | 30.24 | 5.39 | - |
| YUV | 112.9 | 71.62 | 71.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 173 | 13 | 0.81 | 0 | 0.92 | 0.32 | 112.5 | 0.86 | 0.36 |
| Hex | 21 | AD | D | 51 | 0 | 5C | 20 | 70 | 56 | 24 |
| Octal | 41 | 255 | 15 | 121 | 0 | 134 | 40 | 160 | 126 | 44 |
| Binary | 100001 | 10101101 | 1101 | 1010001 | 0 | 1011100 | 100000 | 1110000 | 1010110 | 100100 |
Color Harmonies of #21AD0D
Complementary color
Monochromatic Colors of #21AD0D
Black with #21AD0D
Text Example
Text Example
White with #21AD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AD0D; }
p { color: rgb(33,173,13); }
H1.HeaderClassName
{
color: #21AD0D;
}
.AnyTagClassName
{
color: #21AD0D;
}
</style>
background-color css
<style>
a { background-color: #21AD0D; }
a { background-color: rgb(33,173,13); }
div.DivClassName
{
background-color: #21AD0D;
}
.BgClassName
{
background-color: #21AD0D;
}
</style>
border-color css
<style>
span { border-color: #21AD0D; }
span { border-color: rgb(33,173,13); }
td.TdClassName
{
border-color: #21AD0D;
}
.TagClassName
{
border-color: #21AD0D;
}
</style>