Shades of Green #05820C
Tints of Green #05820C
RGB
CMYK
RGB Variations
Color information
#05820C (or 0x05820C) is known color: Green. HEX triplet: 05, 82 and 0C. RGB value is (5,130,12). Sum of RGB (Red+Green+Blue) = 5+130+12=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 130 (51.17% from 255 or 88.44% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 130 - color contains mainly: green. Hex color #05820C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05820C is #FA7DF3. Grayscale: #4F4F4F. Windows color (decimal): -16416244 or 819717. OLE color: 819717.
HSL color Cylindrical-coordinate representation of color #05820C: hue angle of 123.36º 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 #05820C is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 130 | 12 | - |
| CMYK | 0.96 | 0 | 0.91 | 0.49 |
| HSL | 123.36º | 0.93% | 0.26% | - |
| HSV(B) | 123.36º | 0.96% | 0.51% | - |
| XYZ | 8.11 | 16.02 | 3.01 | - |
| YUV | 79.17 | 90.09 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 130 | 12 | 0.96 | 0 | 0.91 | 0.49 | 123.36 | 0.93 | 0.26 |
| Hex | 5 | 82 | C | 60 | 0 | 5B | 31 | 7B | 5D | 1A |
| Octal | 5 | 202 | 14 | 140 | 0 | 133 | 61 | 173 | 135 | 32 |
| Binary | 101 | 10000010 | 1100 | 1100000 | 0 | 1011011 | 110001 | 1111011 | 1011101 | 11010 |
Color Harmonies of #05820C
Complementary color
Monochromatic Colors of #05820C
Black with #05820C
Text Example
Text Example
White with #05820C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05820C; }
p { color: rgb(5,130,12); }
H1.HeaderClassName
{
color: #05820C;
}
.AnyTagClassName
{
color: #05820C;
}
</style>
background-color css
<style>
a { background-color: #05820C; }
a { background-color: rgb(5,130,12); }
div.DivClassName
{
background-color: #05820C;
}
.BgClassName
{
background-color: #05820C;
}
</style>
border-color css
<style>
span { border-color: #05820C; }
span { border-color: rgb(5,130,12); }
td.TdClassName
{
border-color: #05820C;
}
.TagClassName
{
border-color: #05820C;
}
</style>