Shades of Forest Green #05902B
Tints of Forest Green #05902B
RGB
CMYK
RGB Variations
Color information
#05902B (or 0x05902B) is known color: Forest Green. HEX triplet: 05, 90 and 2B. RGB value is (5,144,43). Sum of RGB (Red+Green+Blue) = 5+144+43=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 144 (56.64% from 255 or 75% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 144 - color contains mainly: green. Hex color #05902B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05902B is #FA6FD4. Grayscale: #5B5B5B. Windows color (decimal): -16412629 or 2854917. OLE color: 2854917.
HSL color Cylindrical-coordinate representation of color #05902B: hue angle of 136.4º 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 #05902B is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 144 | 43 | - |
| CMYK | 0.97 | 0 | 0.70 | 0.44 |
| HSL | 136.4º | 0.93% | 0.29% | - |
| HSV(B) | 136.4º | 0.97% | 0.56% | - |
| XYZ | 10.47 | 20.15 | 5.62 | - |
| YUV | 90.93 | 100.95 | 66.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 144 | 43 | 0.97 | 0 | 0.70 | 0.44 | 136.4 | 0.93 | 0.29 |
| Hex | 5 | 90 | 2B | 61 | 0 | 46 | 2C | 88 | 5D | 1D |
| Octal | 5 | 220 | 53 | 141 | 0 | 106 | 54 | 210 | 135 | 35 |
| Binary | 101 | 10010000 | 101011 | 1100001 | 0 | 1000110 | 101100 | 10001000 | 1011101 | 11101 |
Color Harmonies of #05902B
Complementary color
Monochromatic Colors of #05902B
Black with #05902B
Text Example
Text Example
White with #05902B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05902B; }
p { color: rgb(5,144,43); }
H1.HeaderClassName
{
color: #05902B;
}
.AnyTagClassName
{
color: #05902B;
}
</style>
background-color css
<style>
a { background-color: #05902B; }
a { background-color: rgb(5,144,43); }
div.DivClassName
{
background-color: #05902B;
}
.BgClassName
{
background-color: #05902B;
}
</style>
border-color css
<style>
span { border-color: #05902B; }
span { border-color: rgb(5,144,43); }
td.TdClassName
{
border-color: #05902B;
}
.TagClassName
{
border-color: #05902B;
}
</style>