Shades of Green #05811D
Tints of Green #05811D
RGB
CMYK
RGB Variations
Color information
#05811D (or 0x05811D) is known color: Green. HEX triplet: 05, 81 and 1D. RGB value is (5,129,29). Sum of RGB (Red+Green+Blue) = 5+129+29=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 129 (50.78% from 255 or 79.14% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 129 - color contains mainly: green. Hex color #05811D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05811D is #FA7EE2. Grayscale: #505050. Windows color (decimal): -16416483 or 1933573. OLE color: 1933573.
HSL color Cylindrical-coordinate representation of color #05811D: hue angle of 131.61º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05811D is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 129 | 29 | - |
| CMYK | 0.96 | 0 | 0.78 | 0.49 |
| HSL | 131.61º | 0.93% | 0.26% | - |
| HSV(B) | 131.61º | 0.96% | 0.51% | - |
| XYZ | 8.13 | 15.82 | 3.79 | - |
| YUV | 80.52 | 98.92 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 129 | 29 | 0.96 | 0 | 0.78 | 0.49 | 131.61 | 0.93 | 0.26 |
| Hex | 5 | 81 | 1D | 60 | 0 | 4E | 31 | 84 | 5D | 1A |
| Octal | 5 | 201 | 35 | 140 | 0 | 116 | 61 | 204 | 135 | 32 |
| Binary | 101 | 10000001 | 11101 | 1100000 | 0 | 1001110 | 110001 | 10000100 | 1011101 | 11010 |
Color Harmonies of #05811D
Complementary color
Monochromatic Colors of #05811D
Black with #05811D
Text Example
Text Example
White with #05811D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05811D; }
p { color: rgb(5,129,29); }
H1.HeaderClassName
{
color: #05811D;
}
.AnyTagClassName
{
color: #05811D;
}
</style>
background-color css
<style>
a { background-color: #05811D; }
a { background-color: rgb(5,129,29); }
div.DivClassName
{
background-color: #05811D;
}
.BgClassName
{
background-color: #05811D;
}
</style>
border-color css
<style>
span { border-color: #05811D; }
span { border-color: rgb(5,129,29); }
td.TdClassName
{
border-color: #05811D;
}
.TagClassName
{
border-color: #05811D;
}
</style>