Shades of Forest Green #05912D
Tints of Forest Green #05912D
RGB
CMYK
RGB Variations
Color information
#05912D (or 0x05912D) is known color: Forest Green. HEX triplet: 05, 91 and 2D. RGB value is (5,145,45). Sum of RGB (Red+Green+Blue) = 5+145+45=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 145 (57.03% from 255 or 74.36% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 145 - color contains mainly: green. Hex color #05912D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05912D is #FA6ED2. Grayscale: #5C5C5C. Windows color (decimal): -16412371 or 2986245. OLE color: 2986245.
HSL color Cylindrical-coordinate representation of color #05912D: hue angle of 137.14º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05912D is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 5 | 145 | 45 | - |
| CMYK | 0.97 | 0 | 0.69 | 0.43 |
| HSL | 137.14º | 0.93% | 0.29% | - |
| HSV(B) | 137.14º | 0.97% | 0.57% | - |
| XYZ | 10.66 | 20.47 | 5.87 | - |
| YUV | 91.74 | 101.62 | 66.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 145 | 45 | 0.97 | 0 | 0.69 | 0.43 | 137.14 | 0.93 | 0.29 |
| Hex | 5 | 91 | 2D | 61 | 0 | 45 | 2B | 89 | 5D | 1D |
| Octal | 5 | 221 | 55 | 141 | 0 | 105 | 53 | 211 | 135 | 35 |
| Binary | 101 | 10010001 | 101101 | 1100001 | 0 | 1000101 | 101011 | 10001001 | 1011101 | 11101 |
Color Harmonies of #05912D
Complementary color
Monochromatic Colors of #05912D
Black with #05912D
Text Example
Text Example
White with #05912D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05912D; }
p { color: rgb(5,145,45); }
H1.HeaderClassName
{
color: #05912D;
}
.AnyTagClassName
{
color: #05912D;
}
</style>
background-color css
<style>
a { background-color: #05912D; }
a { background-color: rgb(5,145,45); }
div.DivClassName
{
background-color: #05912D;
}
.BgClassName
{
background-color: #05912D;
}
</style>
border-color css
<style>
span { border-color: #05912D; }
span { border-color: rgb(5,145,45); }
td.TdClassName
{
border-color: #05912D;
}
.TagClassName
{
border-color: #05912D;
}
</style>