Shades of Green #05811C
Tints of Green #05811C
RGB
CMYK
RGB Variations
Color information
#05811C (or 0x05811C) is known color: Green. HEX triplet: 05, 81 and 1C. RGB value is (5,129,28). Sum of RGB (Red+Green+Blue) = 5+129+28=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 129 (50.78% from 255 or 79.63% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 129 - color contains mainly: green. Hex color #05811C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05811C is #FA7EE3. Grayscale: #505050. Windows color (decimal): -16416484 or 1868037. OLE color: 1868037.
HSL color Cylindrical-coordinate representation of color #05811C: hue angle of 131.13º 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 #05811C is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 129 | 28 | - |
| CMYK | 0.96 | 0 | 0.78 | 0.49 |
| HSL | 131.13º | 0.93% | 0.26% | - |
| HSV(B) | 131.13º | 0.96% | 0.51% | - |
| XYZ | 8.12 | 15.82 | 3.72 | - |
| YUV | 80.41 | 98.42 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 129 | 28 | 0.96 | 0 | 0.78 | 0.49 | 131.13 | 0.93 | 0.26 |
| Hex | 5 | 81 | 1C | 60 | 0 | 4E | 31 | 83 | 5D | 1A |
| Octal | 5 | 201 | 34 | 140 | 0 | 116 | 61 | 203 | 135 | 32 |
| Binary | 101 | 10000001 | 11100 | 1100000 | 0 | 1001110 | 110001 | 10000011 | 1011101 | 11010 |
Color Harmonies of #05811C
Complementary color
Monochromatic Colors of #05811C
Black with #05811C
Text Example
Text Example
White with #05811C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05811C; }
p { color: rgb(5,129,28); }
H1.HeaderClassName
{
color: #05811C;
}
.AnyTagClassName
{
color: #05811C;
}
</style>
background-color css
<style>
a { background-color: #05811C; }
a { background-color: rgb(5,129,28); }
div.DivClassName
{
background-color: #05811C;
}
.BgClassName
{
background-color: #05811C;
}
</style>
border-color css
<style>
span { border-color: #05811C; }
span { border-color: rgb(5,129,28); }
td.TdClassName
{
border-color: #05811C;
}
.TagClassName
{
border-color: #05811C;
}
</style>