Shades of Forest Green #05962D
Tints of Forest Green #05962D
RGB
CMYK
RGB Variations
Color information
#05962D (or 0x05962D) is known color: Forest Green. HEX triplet: 05, 96 and 2D. RGB value is (5,150,45). Sum of RGB (Red+Green+Blue) = 5+150+45=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 150 (58.98% from 255 or 75% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 150 - color contains mainly: green. Hex color #05962D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05962D is #FA69D2. Grayscale: #5E5E5E. Windows color (decimal): -16411091 or 2987525. OLE color: 2987525.
HSL color Cylindrical-coordinate representation of color #05962D: hue angle of 136.55º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05962D is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 5 | 150 | 45 | - |
| CMYK | 0.97 | 0 | 0.70 | 0.41 |
| HSL | 136.55º | 0.94% | 0.3% | - |
| HSV(B) | 136.55º | 0.97% | 0.59% | - |
| XYZ | 11.44 | 22.03 | 6.13 | - |
| YUV | 94.68 | 99.96 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 150 | 45 | 0.97 | 0 | 0.70 | 0.41 | 136.55 | 0.94 | 0.3 |
| Hex | 5 | 96 | 2D | 61 | 0 | 46 | 29 | 89 | 5E | 1E |
| Octal | 5 | 226 | 55 | 141 | 0 | 106 | 51 | 211 | 136 | 36 |
| Binary | 101 | 10010110 | 101101 | 1100001 | 0 | 1000110 | 101001 | 10001001 | 1011110 | 11110 |
Color Harmonies of #05962D
Complementary color
Monochromatic Colors of #05962D
Black with #05962D
Text Example
Text Example
White with #05962D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05962D; }
p { color: rgb(5,150,45); }
H1.HeaderClassName
{
color: #05962D;
}
.AnyTagClassName
{
color: #05962D;
}
</style>
background-color css
<style>
a { background-color: #05962D; }
a { background-color: rgb(5,150,45); }
div.DivClassName
{
background-color: #05962D;
}
.BgClassName
{
background-color: #05962D;
}
</style>
border-color css
<style>
span { border-color: #05962D; }
span { border-color: rgb(5,150,45); }
td.TdClassName
{
border-color: #05962D;
}
.TagClassName
{
border-color: #05962D;
}
</style>