Shades of Forest Green #21911D
Tints of Forest Green #21911D
RGB
CMYK
RGB Variations
Color information
#21911D (or 0x21911D) is known color: Forest Green. HEX triplet: 21, 91 and 1D. RGB value is (33,145,29). Sum of RGB (Red+Green+Blue) = 33+145+29=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 145 (57.03% from 255 or 70.05% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 145 - color contains mainly: green. Hex color #21911D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21911D is #DE6EE2. Grayscale: #626262. Windows color (decimal): -14577379 or 1937697. OLE color: 1937697.
HSL color Cylindrical-coordinate representation of color #21911D: hue angle of 117.93º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21911D is Cyan = 0.77, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 145 | 29 | - |
| CMYK | 0.77 | 0 | 0.8 | 0.43 |
| HSL | 117.93º | 0.67% | 0.34% | - |
| HSV(B) | 117.93º | 0.8% | 0.57% | - |
| XYZ | 10.97 | 20.66 | 4.57 | - |
| YUV | 98.29 | 88.89 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 145 | 29 | 0.77 | 0 | 0.8 | 0.43 | 117.93 | 0.67 | 0.34 |
| Hex | 21 | 91 | 1D | 4D | 0 | 50 | 2B | 76 | 43 | 22 |
| Octal | 41 | 221 | 35 | 115 | 0 | 120 | 53 | 166 | 103 | 42 |
| Binary | 100001 | 10010001 | 11101 | 1001101 | 0 | 1010000 | 101011 | 1110110 | 1000011 | 100010 |
Color Harmonies of #21911D
Complementary color
Monochromatic Colors of #21911D
Black with #21911D
Text Example
Text Example
White with #21911D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21911D; }
p { color: rgb(33,145,29); }
H1.HeaderClassName
{
color: #21911D;
}
.AnyTagClassName
{
color: #21911D;
}
</style>
background-color css
<style>
a { background-color: #21911D; }
a { background-color: rgb(33,145,29); }
div.DivClassName
{
background-color: #21911D;
}
.BgClassName
{
background-color: #21911D;
}
</style>
border-color css
<style>
span { border-color: #21911D; }
span { border-color: rgb(33,145,29); }
td.TdClassName
{
border-color: #21911D;
}
.TagClassName
{
border-color: #21911D;
}
</style>