Shades of Forest Green #21940F
Tints of Forest Green #21940F
RGB
CMYK
RGB Variations
Color information
#21940F (or 0x21940F) is known color: Forest Green. HEX triplet: 21, 94 and 0F. RGB value is (33,148,15). Sum of RGB (Red+Green+Blue) = 33+148+15=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 148 (58.20% from 255 or 75.51% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 148 - color contains mainly: green. Hex color #21940F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21940F is #DE6BF0. Grayscale: #626262. Windows color (decimal): -14576625 or 1020961. OLE color: 1020961.
HSL color Cylindrical-coordinate representation of color #21940F: hue angle of 111.88º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #21940F is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 148 | 15 | - |
| CMYK | 0.78 | 0 | 0.90 | 0.42 |
| HSL | 111.88º | 0.82% | 0.32% | - |
| HSV(B) | 111.88º | 0.9% | 0.58% | - |
| XYZ | 11.3 | 21.54 | 4.01 | - |
| YUV | 98.45 | 80.9 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 148 | 15 | 0.78 | 0 | 0.90 | 0.42 | 111.88 | 0.82 | 0.32 |
| Hex | 21 | 94 | F | 4E | 0 | 5A | 2A | 70 | 52 | 20 |
| Octal | 41 | 224 | 17 | 116 | 0 | 132 | 52 | 160 | 122 | 40 |
| Binary | 100001 | 10010100 | 1111 | 1001110 | 0 | 1011010 | 101010 | 1110000 | 1010010 | 100000 |
Color Harmonies of #21940F
Complementary color
Monochromatic Colors of #21940F
Black with #21940F
Text Example
Text Example
White with #21940F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21940F; }
p { color: rgb(33,148,15); }
H1.HeaderClassName
{
color: #21940F;
}
.AnyTagClassName
{
color: #21940F;
}
</style>
background-color css
<style>
a { background-color: #21940F; }
a { background-color: rgb(33,148,15); }
div.DivClassName
{
background-color: #21940F;
}
.BgClassName
{
background-color: #21940F;
}
</style>
border-color css
<style>
span { border-color: #21940F; }
span { border-color: rgb(33,148,15); }
td.TdClassName
{
border-color: #21940F;
}
.TagClassName
{
border-color: #21940F;
}
</style>