Shades of Forest Green #05952C
Tints of Forest Green #05952C
RGB
CMYK
RGB Variations
Color information
#05952C (or 0x05952C) is known color: Forest Green. HEX triplet: 05, 95 and 2C. RGB value is (5,149,44). Sum of RGB (Red+Green+Blue) = 5+149+44=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 149 (58.59% from 255 or 75.25% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 149 - color contains mainly: green. Hex color #05952C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05952C is #FA6AD3. Grayscale: #5E5E5E. Windows color (decimal): -16411348 or 2921733. OLE color: 2921733.
HSL color Cylindrical-coordinate representation of color #05952C: hue angle of 136.25º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05952C is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 149 | 44 | - |
| CMYK | 0.97 | 0 | 0.70 | 0.42 |
| HSL | 136.25º | 0.94% | 0.3% | - |
| HSV(B) | 136.25º | 0.97% | 0.58% | - |
| XYZ | 11.26 | 21.71 | 5.98 | - |
| YUV | 93.97 | 99.79 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 149 | 44 | 0.97 | 0 | 0.70 | 0.42 | 136.25 | 0.94 | 0.3 |
| Hex | 5 | 95 | 2C | 61 | 0 | 46 | 2A | 88 | 5E | 1E |
| Octal | 5 | 225 | 54 | 141 | 0 | 106 | 52 | 210 | 136 | 36 |
| Binary | 101 | 10010101 | 101100 | 1100001 | 0 | 1000110 | 101010 | 10001000 | 1011110 | 11110 |
Color Harmonies of #05952C
Complementary color
Monochromatic Colors of #05952C
Black with #05952C
Text Example
Text Example
White with #05952C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05952C; }
p { color: rgb(5,149,44); }
H1.HeaderClassName
{
color: #05952C;
}
.AnyTagClassName
{
color: #05952C;
}
</style>
background-color css
<style>
a { background-color: #05952C; }
a { background-color: rgb(5,149,44); }
div.DivClassName
{
background-color: #05952C;
}
.BgClassName
{
background-color: #05952C;
}
</style>
border-color css
<style>
span { border-color: #05952C; }
span { border-color: rgb(5,149,44); }
td.TdClassName
{
border-color: #05952C;
}
.TagClassName
{
border-color: #05952C;
}
</style>