Shades of Forest Green #05861D
Tints of Forest Green #05861D
RGB
CMYK
RGB Variations
Color information
#05861D (or 0x05861D) is known color: Forest Green. HEX triplet: 05, 86 and 1D. RGB value is (5,134,29). Sum of RGB (Red+Green+Blue) = 5+134+29=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 134 (52.73% from 255 or 79.76% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 134 - color contains mainly: green. Hex color #05861D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05861D is #FA79E2. Grayscale: #535353. Windows color (decimal): -16415203 or 1934853. OLE color: 1934853.
HSL color Cylindrical-coordinate representation of color #05861D: hue angle of 131.16º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05861D is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 134 | 29 | - |
| CMYK | 0.96 | 0 | 0.78 | 0.47 |
| HSL | 131.16º | 0.93% | 0.27% | - |
| HSV(B) | 131.16º | 0.96% | 0.53% | - |
| XYZ | 8.81 | 17.17 | 4.01 | - |
| YUV | 83.46 | 97.26 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 134 | 29 | 0.96 | 0 | 0.78 | 0.47 | 131.16 | 0.93 | 0.27 |
| Hex | 5 | 86 | 1D | 60 | 0 | 4E | 2F | 83 | 5D | 1B |
| Octal | 5 | 206 | 35 | 140 | 0 | 116 | 57 | 203 | 135 | 33 |
| Binary | 101 | 10000110 | 11101 | 1100000 | 0 | 1001110 | 101111 | 10000011 | 1011101 | 11011 |
Color Harmonies of #05861D
Complementary color
Monochromatic Colors of #05861D
Black with #05861D
Text Example
Text Example
White with #05861D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05861D; }
p { color: rgb(5,134,29); }
H1.HeaderClassName
{
color: #05861D;
}
.AnyTagClassName
{
color: #05861D;
}
</style>
background-color css
<style>
a { background-color: #05861D; }
a { background-color: rgb(5,134,29); }
div.DivClassName
{
background-color: #05861D;
}
.BgClassName
{
background-color: #05861D;
}
</style>
border-color css
<style>
span { border-color: #05861D; }
span { border-color: rgb(5,134,29); }
td.TdClassName
{
border-color: #05861D;
}
.TagClassName
{
border-color: #05861D;
}
</style>