Shades of Forest Green #05881F
Tints of Forest Green #05881F
RGB
CMYK
RGB Variations
Color information
#05881F (or 0x05881F) is known color: Forest Green. HEX triplet: 05, 88 and 1F. RGB value is (5,136,31). Sum of RGB (Red+Green+Blue) = 5+136+31=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 136 (53.52% from 255 or 79.07% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 136 - color contains mainly: green. Hex color #05881F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05881F is #FA77E0. Grayscale: #555555. Windows color (decimal): -16414689 or 2066437. OLE color: 2066437.
HSL color Cylindrical-coordinate representation of color #05881F: hue angle of 131.91º 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 #05881F is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 136 | 31 | - |
| CMYK | 0.96 | 0 | 0.77 | 0.47 |
| HSL | 131.91º | 0.93% | 0.28% | - |
| HSV(B) | 131.91º | 0.96% | 0.53% | - |
| XYZ | 9.11 | 17.74 | 4.24 | - |
| YUV | 84.86 | 97.6 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 136 | 31 | 0.96 | 0 | 0.77 | 0.47 | 131.91 | 0.93 | 0.28 |
| Hex | 5 | 88 | 1F | 60 | 0 | 4D | 2F | 84 | 5D | 1C |
| Octal | 5 | 210 | 37 | 140 | 0 | 115 | 57 | 204 | 135 | 34 |
| Binary | 101 | 10001000 | 11111 | 1100000 | 0 | 1001101 | 101111 | 10000100 | 1011101 | 11100 |
Color Harmonies of #05881F
Complementary color
Monochromatic Colors of #05881F
Black with #05881F
Text Example
Text Example
White with #05881F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05881F; }
p { color: rgb(5,136,31); }
H1.HeaderClassName
{
color: #05881F;
}
.AnyTagClassName
{
color: #05881F;
}
</style>
background-color css
<style>
a { background-color: #05881F; }
a { background-color: rgb(5,136,31); }
div.DivClassName
{
background-color: #05881F;
}
.BgClassName
{
background-color: #05881F;
}
</style>
border-color css
<style>
span { border-color: #05881F; }
span { border-color: rgb(5,136,31); }
td.TdClassName
{
border-color: #05881F;
}
.TagClassName
{
border-color: #05881F;
}
</style>