Shades of Forest Green #21A11D
Tints of Forest Green #21A11D
RGB
CMYK
RGB Variations
Color information
#21A11D (or 0x21A11D) is known color: Forest Green. HEX triplet: 21, A1 and 1D. RGB value is (33,161,29). Sum of RGB (Red+Green+Blue) = 33+161+29=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 161 (63.28% from 255 or 72.20% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 161 - color contains mainly: green. Hex color #21A11D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A11D is #DE5EE2. Grayscale: #6C6C6C. Windows color (decimal): -14573283 or 1941793. OLE color: 1941793.
HSL color Cylindrical-coordinate representation of color #21A11D: hue angle of 118.18º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21A11D is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 161 | 29 | - |
| CMYK | 0.80 | 0 | 0.82 | 0.37 |
| HSL | 118.18º | 0.69% | 0.37% | - |
| HSV(B) | 118.18º | 0.82% | 0.63% | - |
| XYZ | 13.59 | 25.9 | 5.45 | - |
| YUV | 107.68 | 83.59 | 74.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 161 | 29 | 0.80 | 0 | 0.82 | 0.37 | 118.18 | 0.69 | 0.37 |
| Hex | 21 | A1 | 1D | 50 | 0 | 52 | 25 | 76 | 45 | 25 |
| Octal | 41 | 241 | 35 | 120 | 0 | 122 | 45 | 166 | 105 | 45 |
| Binary | 100001 | 10100001 | 11101 | 1010000 | 0 | 1010010 | 100101 | 1110110 | 1000101 | 100101 |
Color Harmonies of #21A11D
Complementary color
Monochromatic Colors of #21A11D
Black with #21A11D
Text Example
Text Example
White with #21A11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A11D; }
p { color: rgb(33,161,29); }
H1.HeaderClassName
{
color: #21A11D;
}
.AnyTagClassName
{
color: #21A11D;
}
</style>
background-color css
<style>
a { background-color: #21A11D; }
a { background-color: rgb(33,161,29); }
div.DivClassName
{
background-color: #21A11D;
}
.BgClassName
{
background-color: #21A11D;
}
</style>
border-color css
<style>
span { border-color: #21A11D; }
span { border-color: rgb(33,161,29); }
td.TdClassName
{
border-color: #21A11D;
}
.TagClassName
{
border-color: #21A11D;
}
</style>