Shades of Forest Green #21940E
Tints of Forest Green #21940E
RGB
CMYK
RGB Variations
Color information
#21940E (or 0x21940E) is known color: Forest Green. HEX triplet: 21, 94 and 0E. RGB value is (33,148,14). Sum of RGB (Red+Green+Blue) = 33+148+14=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 148 (58.20% from 255 or 75.90% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 148 - color contains mainly: green. Hex color #21940E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21940E is #DE6BF1. Grayscale: #626262. Windows color (decimal): -14576626 or 955425. OLE color: 955425.
HSL color Cylindrical-coordinate representation of color #21940E: hue angle of 111.49º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #21940E is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 148 | 14 | - |
| CMYK | 0.78 | 0 | 0.91 | 0.42 |
| HSL | 111.49º | 0.83% | 0.32% | - |
| HSV(B) | 111.49º | 0.91% | 0.58% | - |
| XYZ | 11.3 | 21.53 | 3.98 | - |
| YUV | 98.34 | 80.4 | 81.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 148 | 14 | 0.78 | 0 | 0.91 | 0.42 | 111.49 | 0.83 | 0.32 |
| Hex | 21 | 94 | E | 4E | 0 | 5B | 2A | 6F | 53 | 20 |
| Octal | 41 | 224 | 16 | 116 | 0 | 133 | 52 | 157 | 123 | 40 |
| Binary | 100001 | 10010100 | 1110 | 1001110 | 0 | 1011011 | 101010 | 1101111 | 1010011 | 100000 |
Color Harmonies of #21940E
Complementary color
Monochromatic Colors of #21940E
Black with #21940E
Text Example
Text Example
White with #21940E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21940E; }
p { color: rgb(33,148,14); }
H1.HeaderClassName
{
color: #21940E;
}
.AnyTagClassName
{
color: #21940E;
}
</style>
background-color css
<style>
a { background-color: #21940E; }
a { background-color: rgb(33,148,14); }
div.DivClassName
{
background-color: #21940E;
}
.BgClassName
{
background-color: #21940E;
}
</style>
border-color css
<style>
span { border-color: #21940E; }
span { border-color: rgb(33,148,14); }
td.TdClassName
{
border-color: #21940E;
}
.TagClassName
{
border-color: #21940E;
}
</style>