Shades of Forest Green #05882D
Tints of Forest Green #05882D
RGB
CMYK
RGB Variations
Color information
#05882D (or 0x05882D) is known color: Forest Green. HEX triplet: 05, 88 and 2D. RGB value is (5,136,45). Sum of RGB (Red+Green+Blue) = 5+136+45=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 136 (53.52% from 255 or 73.12% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 136 - color contains mainly: green. Hex color #05882D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05882D is #FA77D2. Grayscale: #565656. Windows color (decimal): -16414675 or 2983941. OLE color: 2983941.
HSL color Cylindrical-coordinate representation of color #05882D: hue angle of 138.32º 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 #05882D is Cyan = 0.96, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 136 | 45 | - |
| CMYK | 0.96 | 0 | 0.67 | 0.47 |
| HSL | 138.32º | 0.93% | 0.28% | - |
| HSV(B) | 138.32º | 0.96% | 0.53% | - |
| XYZ | 9.34 | 17.83 | 5.43 | - |
| YUV | 86.46 | 104.6 | 69.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 136 | 45 | 0.96 | 0 | 0.67 | 0.47 | 138.32 | 0.93 | 0.28 |
| Hex | 5 | 88 | 2D | 60 | 0 | 43 | 2F | 8A | 5D | 1C |
| Octal | 5 | 210 | 55 | 140 | 0 | 103 | 57 | 212 | 135 | 34 |
| Binary | 101 | 10001000 | 101101 | 1100000 | 0 | 1000011 | 101111 | 10001010 | 1011101 | 11100 |
Color Harmonies of #05882D
Complementary color
Monochromatic Colors of #05882D
Black with #05882D
Text Example
Text Example
White with #05882D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05882D; }
p { color: rgb(5,136,45); }
H1.HeaderClassName
{
color: #05882D;
}
.AnyTagClassName
{
color: #05882D;
}
</style>
background-color css
<style>
a { background-color: #05882D; }
a { background-color: rgb(5,136,45); }
div.DivClassName
{
background-color: #05882D;
}
.BgClassName
{
background-color: #05882D;
}
</style>
border-color css
<style>
span { border-color: #05882D; }
span { border-color: rgb(5,136,45); }
td.TdClassName
{
border-color: #05882D;
}
.TagClassName
{
border-color: #05882D;
}
</style>