Shades of Forest Green #05882B
Tints of Forest Green #05882B
RGB
CMYK
RGB Variations
Color information
#05882B (or 0x05882B) is known color: Forest Green. HEX triplet: 05, 88 and 2B. RGB value is (5,136,43). Sum of RGB (Red+Green+Blue) = 5+136+43=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 136 (53.52% from 255 or 73.91% from 184); Blue value is 43 (17.19% from 255 or 23.37% from 184); Max value from RGB is 136 - color contains mainly: green. Hex color #05882B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05882B is #FA77D4. Grayscale: #565656. Windows color (decimal): -16414677 or 2852869. OLE color: 2852869.
HSL color Cylindrical-coordinate representation of color #05882B: hue angle of 137.4º 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 #05882B is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 136 | 43 | - |
| CMYK | 0.96 | 0 | 0.68 | 0.47 |
| HSL | 137.4º | 0.93% | 0.28% | - |
| HSV(B) | 137.4º | 0.96% | 0.53% | - |
| XYZ | 9.3 | 17.82 | 5.23 | - |
| YUV | 86.23 | 103.6 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 136 | 43 | 0.96 | 0 | 0.68 | 0.47 | 137.4 | 0.93 | 0.28 |
| Hex | 5 | 88 | 2B | 60 | 0 | 44 | 2F | 89 | 5D | 1C |
| Octal | 5 | 210 | 53 | 140 | 0 | 104 | 57 | 211 | 135 | 34 |
| Binary | 101 | 10001000 | 101011 | 1100000 | 0 | 1000100 | 101111 | 10001001 | 1011101 | 11100 |
Color Harmonies of #05882B
Complementary color
Monochromatic Colors of #05882B
Black with #05882B
Text Example
Text Example
White with #05882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05882B; }
p { color: rgb(5,136,43); }
H1.HeaderClassName
{
color: #05882B;
}
.AnyTagClassName
{
color: #05882B;
}
</style>
background-color css
<style>
a { background-color: #05882B; }
a { background-color: rgb(5,136,43); }
div.DivClassName
{
background-color: #05882B;
}
.BgClassName
{
background-color: #05882B;
}
</style>
border-color css
<style>
span { border-color: #05882B; }
span { border-color: rgb(5,136,43); }
td.TdClassName
{
border-color: #05882B;
}
.TagClassName
{
border-color: #05882B;
}
</style>