Shades of Forest Green #05902C
Tints of Forest Green #05902C
RGB
CMYK
RGB Variations
Color information
#05902C (or 0x05902C) is known color: Forest Green. HEX triplet: 05, 90 and 2C. RGB value is (5,144,44). Sum of RGB (Red+Green+Blue) = 5+144+44=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 144 (56.64% from 255 or 74.61% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 144 - color contains mainly: green. Hex color #05902C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05902C is #FA6FD3. Grayscale: #5B5B5B. Windows color (decimal): -16412628 or 2920453. OLE color: 2920453.
HSL color Cylindrical-coordinate representation of color #05902C: hue angle of 136.83º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05902C is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 144 | 44 | - |
| CMYK | 0.97 | 0 | 0.69 | 0.44 |
| HSL | 136.83º | 0.93% | 0.29% | - |
| HSV(B) | 136.83º | 0.97% | 0.56% | - |
| XYZ | 10.49 | 20.16 | 5.72 | - |
| YUV | 91.04 | 101.45 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 144 | 44 | 0.97 | 0 | 0.69 | 0.44 | 136.83 | 0.93 | 0.29 |
| Hex | 5 | 90 | 2C | 61 | 0 | 45 | 2C | 89 | 5D | 1D |
| Octal | 5 | 220 | 54 | 141 | 0 | 105 | 54 | 211 | 135 | 35 |
| Binary | 101 | 10010000 | 101100 | 1100001 | 0 | 1000101 | 101100 | 10001001 | 1011101 | 11101 |
Color Harmonies of #05902C
Complementary color
Monochromatic Colors of #05902C
Black with #05902C
Text Example
Text Example
White with #05902C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05902C; }
p { color: rgb(5,144,44); }
H1.HeaderClassName
{
color: #05902C;
}
.AnyTagClassName
{
color: #05902C;
}
</style>
background-color css
<style>
a { background-color: #05902C; }
a { background-color: rgb(5,144,44); }
div.DivClassName
{
background-color: #05902C;
}
.BgClassName
{
background-color: #05902C;
}
</style>
border-color css
<style>
span { border-color: #05902C; }
span { border-color: rgb(5,144,44); }
td.TdClassName
{
border-color: #05902C;
}
.TagClassName
{
border-color: #05902C;
}
</style>