Shades of Forest Green #21940A
Tints of Forest Green #21940A
RGB
CMYK
RGB Variations
Color information
#21940A (or 0x21940A) is known color: Forest Green. HEX triplet: 21, 94 and 0A. RGB value is (33,148,10). Sum of RGB (Red+Green+Blue) = 33+148+10=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 148 (58.20% from 255 or 77.49% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 148 - color contains mainly: green. Hex color #21940A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21940A is #DE6BF5. Grayscale: #626262. Windows color (decimal): -14576630 or 693281. OLE color: 693281.
HSL color Cylindrical-coordinate representation of color #21940A: hue angle of 110º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #21940A is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 148 | 10 | - |
| CMYK | 0.78 | 0 | 0.93 | 0.42 |
| HSL | 110º | 0.87% | 0.31% | - |
| HSV(B) | 110º | 0.93% | 0.58% | - |
| XYZ | 11.27 | 21.53 | 3.85 | - |
| YUV | 97.88 | 78.4 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 148 | 10 | 0.78 | 0 | 0.93 | 0.42 | 110 | 0.87 | 0.31 |
| Hex | 21 | 94 | A | 4E | 0 | 5D | 2A | 6E | 57 | 1F |
| Octal | 41 | 224 | 12 | 116 | 0 | 135 | 52 | 156 | 127 | 37 |
| Binary | 100001 | 10010100 | 1010 | 1001110 | 0 | 1011101 | 101010 | 1101110 | 1010111 | 11111 |
Color Harmonies of #21940A
Complementary color
Monochromatic Colors of #21940A
Black with #21940A
Text Example
Text Example
White with #21940A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21940A; }
p { color: rgb(33,148,10); }
H1.HeaderClassName
{
color: #21940A;
}
.AnyTagClassName
{
color: #21940A;
}
</style>
background-color css
<style>
a { background-color: #21940A; }
a { background-color: rgb(33,148,10); }
div.DivClassName
{
background-color: #21940A;
}
.BgClassName
{
background-color: #21940A;
}
</style>
border-color css
<style>
span { border-color: #21940A; }
span { border-color: rgb(33,148,10); }
td.TdClassName
{
border-color: #21940A;
}
.TagClassName
{
border-color: #21940A;
}
</style>