Shades of Forest Green #21950C
Tints of Forest Green #21950C
RGB
CMYK
RGB Variations
Color information
#21950C (or 0x21950C) is known color: Forest Green. HEX triplet: 21, 95 and 0C. RGB value is (33,149,12). Sum of RGB (Red+Green+Blue) = 33+149+12=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 149 (58.59% from 255 or 76.80% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 149 - color contains mainly: green. Hex color #21950C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21950C is #DE6AF3. Grayscale: #636363. Windows color (decimal): -14576372 or 824609. OLE color: 824609.
HSL color Cylindrical-coordinate representation of color #21950C: hue angle of 110.8º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #21950C is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 149 | 12 | - |
| CMYK | 0.78 | 0 | 0.92 | 0.42 |
| HSL | 110.8º | 0.85% | 0.32% | - |
| HSV(B) | 110.8º | 0.92% | 0.58% | - |
| XYZ | 11.44 | 21.84 | 3.96 | - |
| YUV | 98.7 | 79.07 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 149 | 12 | 0.78 | 0 | 0.92 | 0.42 | 110.8 | 0.85 | 0.32 |
| Hex | 21 | 95 | C | 4E | 0 | 5C | 2A | 6F | 55 | 20 |
| Octal | 41 | 225 | 14 | 116 | 0 | 134 | 52 | 157 | 125 | 40 |
| Binary | 100001 | 10010101 | 1100 | 1001110 | 0 | 1011100 | 101010 | 1101111 | 1010101 | 100000 |
Color Harmonies of #21950C
Complementary color
Monochromatic Colors of #21950C
Black with #21950C
Text Example
Text Example
White with #21950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21950C; }
p { color: rgb(33,149,12); }
H1.HeaderClassName
{
color: #21950C;
}
.AnyTagClassName
{
color: #21950C;
}
</style>
background-color css
<style>
a { background-color: #21950C; }
a { background-color: rgb(33,149,12); }
div.DivClassName
{
background-color: #21950C;
}
.BgClassName
{
background-color: #21950C;
}
</style>
border-color css
<style>
span { border-color: #21950C; }
span { border-color: rgb(33,149,12); }
td.TdClassName
{
border-color: #21950C;
}
.TagClassName
{
border-color: #21950C;
}
</style>