Shades of Forest Green #05912B
Tints of Forest Green #05912B
RGB
CMYK
RGB Variations
Color information
#05912B (or 0x05912B) is known color: Forest Green. HEX triplet: 05, 91 and 2B. RGB value is (5,145,43). Sum of RGB (Red+Green+Blue) = 5+145+43=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 145 (57.03% from 255 or 75.13% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 145 - color contains mainly: green. Hex color #05912B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05912B is #FA6ED4. Grayscale: #5B5B5B. Windows color (decimal): -16412373 or 2855173. OLE color: 2855173.
HSL color Cylindrical-coordinate representation of color #05912B: hue angle of 136.29º 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 #05912B is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 5 | 145 | 43 | - |
| CMYK | 0.97 | 0 | 0.70 | 0.43 |
| HSL | 136.29º | 0.93% | 0.29% | - |
| HSV(B) | 136.29º | 0.97% | 0.57% | - |
| XYZ | 10.62 | 20.46 | 5.67 | - |
| YUV | 91.51 | 100.62 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 145 | 43 | 0.97 | 0 | 0.70 | 0.43 | 136.29 | 0.93 | 0.29 |
| Hex | 5 | 91 | 2B | 61 | 0 | 46 | 2B | 88 | 5D | 1D |
| Octal | 5 | 221 | 53 | 141 | 0 | 106 | 53 | 210 | 135 | 35 |
| Binary | 101 | 10010001 | 101011 | 1100001 | 0 | 1000110 | 101011 | 10001000 | 1011101 | 11101 |
Color Harmonies of #05912B
Complementary color
Monochromatic Colors of #05912B
Black with #05912B
Text Example
Text Example
White with #05912B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05912B; }
p { color: rgb(5,145,43); }
H1.HeaderClassName
{
color: #05912B;
}
.AnyTagClassName
{
color: #05912B;
}
</style>
background-color css
<style>
a { background-color: #05912B; }
a { background-color: rgb(5,145,43); }
div.DivClassName
{
background-color: #05912B;
}
.BgClassName
{
background-color: #05912B;
}
</style>
border-color css
<style>
span { border-color: #05912B; }
span { border-color: rgb(5,145,43); }
td.TdClassName
{
border-color: #05912B;
}
.TagClassName
{
border-color: #05912B;
}
</style>