Shades of Forest Green #21991C
Tints of Forest Green #21991C
RGB
CMYK
RGB Variations
Color information
#21991C (or 0x21991C) is known color: Forest Green. HEX triplet: 21, 99 and 1C. RGB value is (33,153,28). Sum of RGB (Red+Green+Blue) = 33+153+28=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 153 (60.16% from 255 or 71.50% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 153 - color contains mainly: green. Hex color #21991C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21991C is #DE66E3. Grayscale: #676767. Windows color (decimal): -14575332 or 1874209. OLE color: 1874209.
HSL color Cylindrical-coordinate representation of color #21991C: hue angle of 117.6º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21991C is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 153 | 28 | - |
| CMYK | 0.78 | 0 | 0.82 | 0.4 |
| HSL | 117.6º | 0.69% | 0.35% | - |
| HSV(B) | 117.6º | 0.82% | 0.6% | - |
| XYZ | 12.23 | 23.19 | 4.93 | - |
| YUV | 102.87 | 85.74 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 153 | 28 | 0.78 | 0 | 0.82 | 0.4 | 117.6 | 0.69 | 0.35 |
| Hex | 21 | 99 | 1C | 4E | 0 | 52 | 28 | 76 | 45 | 23 |
| Octal | 41 | 231 | 34 | 116 | 0 | 122 | 50 | 166 | 105 | 43 |
| Binary | 100001 | 10011001 | 11100 | 1001110 | 0 | 1010010 | 101000 | 1110110 | 1000101 | 100011 |
Color Harmonies of #21991C
Complementary color
Monochromatic Colors of #21991C
Black with #21991C
Text Example
Text Example
White with #21991C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21991C; }
p { color: rgb(33,153,28); }
H1.HeaderClassName
{
color: #21991C;
}
.AnyTagClassName
{
color: #21991C;
}
</style>
background-color css
<style>
a { background-color: #21991C; }
a { background-color: rgb(33,153,28); }
div.DivClassName
{
background-color: #21991C;
}
.BgClassName
{
background-color: #21991C;
}
</style>
border-color css
<style>
span { border-color: #21991C; }
span { border-color: rgb(33,153,28); }
td.TdClassName
{
border-color: #21991C;
}
.TagClassName
{
border-color: #21991C;
}
</style>