Shades of Forest Green #05881D
Tints of Forest Green #05881D
RGB
CMYK
RGB Variations
Color information
#05881D (or 0x05881D) is known color: Forest Green. HEX triplet: 05, 88 and 1D. RGB value is (5,136,29). Sum of RGB (Red+Green+Blue) = 5+136+29=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 136 (53.52% from 255 or 80% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 136 - color contains mainly: green. Hex color #05881D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05881D is #FA77E2. Grayscale: #545454. Windows color (decimal): -16414691 or 1935365. OLE color: 1935365.
HSL color Cylindrical-coordinate representation of color #05881D: hue angle of 130.99º 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 #05881D is Cyan = 0.96, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 136 | 29 | - |
| CMYK | 0.96 | 0 | 0.79 | 0.47 |
| HSL | 130.99º | 0.93% | 0.28% | - |
| HSV(B) | 130.99º | 0.96% | 0.53% | - |
| XYZ | 9.09 | 17.73 | 4.11 | - |
| YUV | 84.63 | 96.6 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 136 | 29 | 0.96 | 0 | 0.79 | 0.47 | 130.99 | 0.93 | 0.28 |
| Hex | 5 | 88 | 1D | 60 | 0 | 4F | 2F | 83 | 5D | 1C |
| Octal | 5 | 210 | 35 | 140 | 0 | 117 | 57 | 203 | 135 | 34 |
| Binary | 101 | 10001000 | 11101 | 1100000 | 0 | 1001111 | 101111 | 10000011 | 1011101 | 11100 |
Color Harmonies of #05881D
Complementary color
Monochromatic Colors of #05881D
Black with #05881D
Text Example
Text Example
White with #05881D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05881D; }
p { color: rgb(5,136,29); }
H1.HeaderClassName
{
color: #05881D;
}
.AnyTagClassName
{
color: #05881D;
}
</style>
background-color css
<style>
a { background-color: #05881D; }
a { background-color: rgb(5,136,29); }
div.DivClassName
{
background-color: #05881D;
}
.BgClassName
{
background-color: #05881D;
}
</style>
border-color css
<style>
span { border-color: #05881D; }
span { border-color: rgb(5,136,29); }
td.TdClassName
{
border-color: #05881D;
}
.TagClassName
{
border-color: #05881D;
}
</style>