Shades of Forest Green #22980D
Tints of Forest Green #22980D
RGB
CMYK
RGB Variations
Color information
#22980D (or 0x22980D) is known color: Forest Green. HEX triplet: 22, 98 and 0D. RGB value is (34,152,13). Sum of RGB (Red+Green+Blue) = 34+152+13=199 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.09% from 199); Green value is 152 (59.77% from 255 or 76.38% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 152 - color contains mainly: green. Hex color #22980D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #22980D is #DD67F2. Grayscale: #656565. Windows color (decimal): -14510067 or 890914. OLE color: 890914.
HSL color Cylindrical-coordinate representation of color #22980D: hue angle of 110.94º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #22980D is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 34 | 152 | 13 | - |
| CMYK | 0.78 | 0 | 0.91 | 0.40 |
| HSL | 110.94º | 0.84% | 0.32% | - |
| HSV(B) | 110.94º | 0.91% | 0.6% | - |
| XYZ | 11.96 | 22.83 | 4.16 | - |
| YUV | 100.87 | 78.41 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 152 | 13 | 0.78 | 0 | 0.91 | 0.40 | 110.94 | 0.84 | 0.32 |
| Hex | 22 | 98 | D | 4E | 0 | 5B | 28 | 6F | 54 | 20 |
| Octal | 42 | 230 | 15 | 116 | 0 | 133 | 50 | 157 | 124 | 40 |
| Binary | 100010 | 10011000 | 1101 | 1001110 | 0 | 1011011 | 101000 | 1101111 | 1010100 | 100000 |
Color Harmonies of #22980D
Complementary color
Monochromatic Colors of #22980D
Black with #22980D
Text Example
Text Example
White with #22980D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22980D; }
p { color: rgb(34,152,13); }
H1.HeaderClassName
{
color: #22980D;
}
.AnyTagClassName
{
color: #22980D;
}
</style>
background-color css
<style>
a { background-color: #22980D; }
a { background-color: rgb(34,152,13); }
div.DivClassName
{
background-color: #22980D;
}
.BgClassName
{
background-color: #22980D;
}
</style>
border-color css
<style>
span { border-color: #22980D; }
span { border-color: rgb(34,152,13); }
td.TdClassName
{
border-color: #22980D;
}
.TagClassName
{
border-color: #22980D;
}
</style>