Shades of Forest Green #22980F
Tints of Forest Green #22980F
RGB
CMYK
RGB Variations
Color information
#22980F (or 0x22980F) is known color: Forest Green. HEX triplet: 22, 98 and 0F. RGB value is (34,152,15). Sum of RGB (Red+Green+Blue) = 34+152+15=201 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.92% from 201); Green value is 152 (59.77% from 255 or 75.62% from 201); Blue value is 15 (6.25% from 255 or 7.46% from 201); Max value from RGB is 152 - color contains mainly: green. Hex color #22980F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #22980F is #DD67F0. Grayscale: #656565. Windows color (decimal): -14510065 or 1021986. OLE color: 1021986.
HSL color Cylindrical-coordinate representation of color #22980F: hue angle of 111.68º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #22980F is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 34 | 152 | 15 | - |
| CMYK | 0.78 | 0 | 0.90 | 0.40 |
| HSL | 111.68º | 0.82% | 0.33% | - |
| HSV(B) | 111.68º | 0.9% | 0.6% | - |
| XYZ | 11.97 | 22.83 | 4.23 | - |
| YUV | 101.1 | 79.41 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 152 | 15 | 0.78 | 0 | 0.90 | 0.40 | 111.68 | 0.82 | 0.33 |
| Hex | 22 | 98 | F | 4E | 0 | 5A | 28 | 70 | 52 | 21 |
| Octal | 42 | 230 | 17 | 116 | 0 | 132 | 50 | 160 | 122 | 41 |
| Binary | 100010 | 10011000 | 1111 | 1001110 | 0 | 1011010 | 101000 | 1110000 | 1010010 | 100001 |
Color Harmonies of #22980F
Complementary color
Monochromatic Colors of #22980F
Black with #22980F
Text Example
Text Example
White with #22980F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22980F; }
p { color: rgb(34,152,15); }
H1.HeaderClassName
{
color: #22980F;
}
.AnyTagClassName
{
color: #22980F;
}
</style>
background-color css
<style>
a { background-color: #22980F; }
a { background-color: rgb(34,152,15); }
div.DivClassName
{
background-color: #22980F;
}
.BgClassName
{
background-color: #22980F;
}
</style>
border-color css
<style>
span { border-color: #22980F; }
span { border-color: rgb(34,152,15); }
td.TdClassName
{
border-color: #22980F;
}
.TagClassName
{
border-color: #22980F;
}
</style>