Shades of Green #05841C
Tints of Green #05841C
RGB
CMYK
RGB Variations
Color information
#05841C (or 0x05841C) is known color: Green. HEX triplet: 05, 84 and 1C. RGB value is (5,132,28). Sum of RGB (Red+Green+Blue) = 5+132+28=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 132 (51.95% from 255 or 80% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 132 - color contains mainly: green. Hex color #05841C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05841C is #FA7BE3. Grayscale: #525252. Windows color (decimal): -16415716 or 1868805. OLE color: 1868805.
HSL color Cylindrical-coordinate representation of color #05841C: hue angle of 130.87º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05841C is Cyan = 0.96, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 5 | 132 | 28 | - |
| CMYK | 0.96 | 0 | 0.79 | 0.48 |
| HSL | 130.87º | 0.93% | 0.27% | - |
| HSV(B) | 130.87º | 0.96% | 0.52% | - |
| XYZ | 8.52 | 16.62 | 3.86 | - |
| YUV | 82.17 | 97.42 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 132 | 28 | 0.96 | 0 | 0.79 | 0.48 | 130.87 | 0.93 | 0.27 |
| Hex | 5 | 84 | 1C | 60 | 0 | 4F | 30 | 83 | 5D | 1B |
| Octal | 5 | 204 | 34 | 140 | 0 | 117 | 60 | 203 | 135 | 33 |
| Binary | 101 | 10000100 | 11100 | 1100000 | 0 | 1001111 | 110000 | 10000011 | 1011101 | 11011 |
Color Harmonies of #05841C
Complementary color
Monochromatic Colors of #05841C
Black with #05841C
Text Example
Text Example
White with #05841C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05841C; }
p { color: rgb(5,132,28); }
H1.HeaderClassName
{
color: #05841C;
}
.AnyTagClassName
{
color: #05841C;
}
</style>
background-color css
<style>
a { background-color: #05841C; }
a { background-color: rgb(5,132,28); }
div.DivClassName
{
background-color: #05841C;
}
.BgClassName
{
background-color: #05841C;
}
</style>
border-color css
<style>
span { border-color: #05841C; }
span { border-color: rgb(5,132,28); }
td.TdClassName
{
border-color: #05841C;
}
.TagClassName
{
border-color: #05841C;
}
</style>