Shades of Forest Green #21910C
Tints of Forest Green #21910C
RGB
CMYK
RGB Variations
Color information
#21910C (or 0x21910C) is known color: Forest Green. HEX triplet: 21, 91 and 0C. RGB value is (33,145,12). Sum of RGB (Red+Green+Blue) = 33+145+12=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 145 (57.03% from 255 or 76.32% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 145 - color contains mainly: green. Hex color #21910C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21910C is #DE6EF3. Grayscale: #606060. Windows color (decimal): -14577396 or 823585. OLE color: 823585.
HSL color Cylindrical-coordinate representation of color #21910C: hue angle of 110.53º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #21910C is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 145 | 12 | - |
| CMYK | 0.77 | 0 | 0.92 | 0.43 |
| HSL | 110.53º | 0.85% | 0.31% | - |
| HSV(B) | 110.53º | 0.92% | 0.57% | - |
| XYZ | 10.82 | 20.6 | 3.75 | - |
| YUV | 96.35 | 80.39 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 145 | 12 | 0.77 | 0 | 0.92 | 0.43 | 110.53 | 0.85 | 0.31 |
| Hex | 21 | 91 | C | 4D | 0 | 5C | 2B | 6F | 55 | 1F |
| Octal | 41 | 221 | 14 | 115 | 0 | 134 | 53 | 157 | 125 | 37 |
| Binary | 100001 | 10010001 | 1100 | 1001101 | 0 | 1011100 | 101011 | 1101111 | 1010101 | 11111 |
Color Harmonies of #21910C
Complementary color
Monochromatic Colors of #21910C
Black with #21910C
Text Example
Text Example
White with #21910C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21910C; }
p { color: rgb(33,145,12); }
H1.HeaderClassName
{
color: #21910C;
}
.AnyTagClassName
{
color: #21910C;
}
</style>
background-color css
<style>
a { background-color: #21910C; }
a { background-color: rgb(33,145,12); }
div.DivClassName
{
background-color: #21910C;
}
.BgClassName
{
background-color: #21910C;
}
</style>
border-color css
<style>
span { border-color: #21910C; }
span { border-color: rgb(33,145,12); }
td.TdClassName
{
border-color: #21910C;
}
.TagClassName
{
border-color: #21910C;
}
</style>