Shades of Forest Green #22952B
Tints of Forest Green #22952B
RGB
CMYK
RGB Variations
Color information
#22952B (or 0x22952B) is known color: Forest Green. HEX triplet: 22, 95 and 2B. RGB value is (34,149,43). Sum of RGB (Red+Green+Blue) = 34+149+43=226 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.04% from 226); Green value is 149 (58.59% from 255 or 65.93% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 149 - color contains mainly: green. Hex color #22952B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #22952B is #DD6AD4. Grayscale: #666666. Windows color (decimal): -14510805 or 2856226. OLE color: 2856226.
HSL color Cylindrical-coordinate representation of color #22952B: hue angle of 124.7º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #22952B is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 149 | 43 | - |
| CMYK | 0.77 | 0 | 0.71 | 0.42 |
| HSL | 124.7º | 0.63% | 0.36% | - |
| HSV(B) | 124.7º | 0.77% | 0.58% | - |
| XYZ | 11.84 | 22.01 | 5.91 | - |
| YUV | 102.53 | 94.4 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 149 | 43 | 0.77 | 0 | 0.71 | 0.42 | 124.7 | 0.63 | 0.36 |
| Hex | 22 | 95 | 2B | 4D | 0 | 47 | 2A | 7D | 3F | 24 |
| Octal | 42 | 225 | 53 | 115 | 0 | 107 | 52 | 175 | 77 | 44 |
| Binary | 100010 | 10010101 | 101011 | 1001101 | 0 | 1000111 | 101010 | 1111101 | 111111 | 100100 |
Color Harmonies of #22952B
Complementary color
Monochromatic Colors of #22952B
Black with #22952B
Text Example
Text Example
White with #22952B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22952B; }
p { color: rgb(34,149,43); }
H1.HeaderClassName
{
color: #22952B;
}
.AnyTagClassName
{
color: #22952B;
}
</style>
background-color css
<style>
a { background-color: #22952B; }
a { background-color: rgb(34,149,43); }
div.DivClassName
{
background-color: #22952B;
}
.BgClassName
{
background-color: #22952B;
}
</style>
border-color css
<style>
span { border-color: #22952B; }
span { border-color: rgb(34,149,43); }
td.TdClassName
{
border-color: #22952B;
}
.TagClassName
{
border-color: #22952B;
}
</style>