Shades of Forest Green #21A81D
Tints of Forest Green #21A81D
RGB
CMYK
RGB Variations
Color information
#21A81D (or 0x21A81D) is known color: Forest Green. HEX triplet: 21, A8 and 1D. RGB value is (33,168,29). Sum of RGB (Red+Green+Blue) = 33+168+29=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 168 (66.02% from 255 or 73.04% from 230); Blue value is 29 (11.72% from 255 or 12.61% from 230); Max value from RGB is 168 - color contains mainly: green. Hex color #21A81D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A81D is #DE57E2. Grayscale: #707070. Windows color (decimal): -14571491 or 1943585. OLE color: 1943585.
HSL color Cylindrical-coordinate representation of color #21A81D: hue angle of 118.27º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21A81D is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 33 | 168 | 29 | - |
| CMYK | 0.80 | 0 | 0.83 | 0.34 |
| HSL | 118.27º | 0.71% | 0.39% | - |
| HSV(B) | 118.27º | 0.83% | 0.66% | - |
| XYZ | 14.85 | 28.42 | 5.86 | - |
| YUV | 111.79 | 81.27 | 71.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 168 | 29 | 0.80 | 0 | 0.83 | 0.34 | 118.27 | 0.71 | 0.39 |
| Hex | 21 | A8 | 1D | 50 | 0 | 53 | 22 | 76 | 47 | 27 |
| Octal | 41 | 250 | 35 | 120 | 0 | 123 | 42 | 166 | 107 | 47 |
| Binary | 100001 | 10101000 | 11101 | 1010000 | 0 | 1010011 | 100010 | 1110110 | 1000111 | 100111 |
Color Harmonies of #21A81D
Complementary color
Monochromatic Colors of #21A81D
Black with #21A81D
Text Example
Text Example
White with #21A81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A81D; }
p { color: rgb(33,168,29); }
H1.HeaderClassName
{
color: #21A81D;
}
.AnyTagClassName
{
color: #21A81D;
}
</style>
background-color css
<style>
a { background-color: #21A81D; }
a { background-color: rgb(33,168,29); }
div.DivClassName
{
background-color: #21A81D;
}
.BgClassName
{
background-color: #21A81D;
}
</style>
border-color css
<style>
span { border-color: #21A81D; }
span { border-color: rgb(33,168,29); }
td.TdClassName
{
border-color: #21A81D;
}
.TagClassName
{
border-color: #21A81D;
}
</style>