Shades of Forest Green #05882A
Tints of Forest Green #05882A
RGB
CMYK
RGB Variations
Color information
#05882A (or 0x05882A) is known color: Forest Green. HEX triplet: 05, 88 and 2A. RGB value is (5,136,42). Sum of RGB (Red+Green+Blue) = 5+136+42=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 136 (53.52% from 255 or 74.32% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 136 - color contains mainly: green. Hex color #05882A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05882A is #FA77D5. Grayscale: #565656. Windows color (decimal): -16414678 or 2787333. OLE color: 2787333.
HSL color Cylindrical-coordinate representation of color #05882A: hue angle of 136.95º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05882A is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 136 | 42 | - |
| CMYK | 0.96 | 0 | 0.69 | 0.47 |
| HSL | 136.95º | 0.93% | 0.28% | - |
| HSV(B) | 136.95º | 0.96% | 0.53% | - |
| XYZ | 9.28 | 17.81 | 5.14 | - |
| YUV | 86.12 | 103.1 | 70.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 136 | 42 | 0.96 | 0 | 0.69 | 0.47 | 136.95 | 0.93 | 0.28 |
| Hex | 5 | 88 | 2A | 60 | 0 | 45 | 2F | 89 | 5D | 1C |
| Octal | 5 | 210 | 52 | 140 | 0 | 105 | 57 | 211 | 135 | 34 |
| Binary | 101 | 10001000 | 101010 | 1100000 | 0 | 1000101 | 101111 | 10001001 | 1011101 | 11100 |
Color Harmonies of #05882A
Complementary color
Monochromatic Colors of #05882A
Black with #05882A
Text Example
Text Example
White with #05882A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05882A; }
p { color: rgb(5,136,42); }
H1.HeaderClassName
{
color: #05882A;
}
.AnyTagClassName
{
color: #05882A;
}
</style>
background-color css
<style>
a { background-color: #05882A; }
a { background-color: rgb(5,136,42); }
div.DivClassName
{
background-color: #05882A;
}
.BgClassName
{
background-color: #05882A;
}
</style>
border-color css
<style>
span { border-color: #05882A; }
span { border-color: rgb(5,136,42); }
td.TdClassName
{
border-color: #05882A;
}
.TagClassName
{
border-color: #05882A;
}
</style>