Shades of Forest Green #05952B
Tints of Forest Green #05952B
RGB
CMYK
RGB Variations
Color information
#05952B (or 0x05952B) is known color: Forest Green. HEX triplet: 05, 95 and 2B. RGB value is (5,149,43). Sum of RGB (Red+Green+Blue) = 5+149+43=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 149 (58.59% from 255 or 75.63% from 197); Blue value is 43 (17.19% from 255 or 21.83% from 197); Max value from RGB is 149 - color contains mainly: green. Hex color #05952B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05952B is #FA6AD4. Grayscale: #5E5E5E. Windows color (decimal): -16411349 or 2856197. OLE color: 2856197.
HSL color Cylindrical-coordinate representation of color #05952B: hue angle of 135.83º 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 #05952B is Cyan = 0.97, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 149 | 43 | - |
| CMYK | 0.97 | 0 | 0.71 | 0.42 |
| HSL | 135.83º | 0.94% | 0.3% | - |
| HSV(B) | 135.83º | 0.97% | 0.58% | - |
| XYZ | 11.25 | 21.7 | 5.88 | - |
| YUV | 93.86 | 99.29 | 64.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 149 | 43 | 0.97 | 0 | 0.71 | 0.42 | 135.83 | 0.94 | 0.3 |
| Hex | 5 | 95 | 2B | 61 | 0 | 47 | 2A | 88 | 5E | 1E |
| Octal | 5 | 225 | 53 | 141 | 0 | 107 | 52 | 210 | 136 | 36 |
| Binary | 101 | 10010101 | 101011 | 1100001 | 0 | 1000111 | 101010 | 10001000 | 1011110 | 11110 |
Color Harmonies of #05952B
Complementary color
Monochromatic Colors of #05952B
Black with #05952B
Text Example
Text Example
White with #05952B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05952B; }
p { color: rgb(5,149,43); }
H1.HeaderClassName
{
color: #05952B;
}
.AnyTagClassName
{
color: #05952B;
}
</style>
background-color css
<style>
a { background-color: #05952B; }
a { background-color: rgb(5,149,43); }
div.DivClassName
{
background-color: #05952B;
}
.BgClassName
{
background-color: #05952B;
}
</style>
border-color css
<style>
span { border-color: #05952B; }
span { border-color: rgb(5,149,43); }
td.TdClassName
{
border-color: #05952B;
}
.TagClassName
{
border-color: #05952B;
}
</style>