Shades of Green #05820B
Tints of Green #05820B
RGB
CMYK
RGB Variations
Color information
#05820B (or 0x05820B) is known color: Green. HEX triplet: 05, 82 and 0B. RGB value is (5,130,11). Sum of RGB (Red+Green+Blue) = 5+130+11=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 130 (51.17% from 255 or 89.04% from 146); Blue value is 11 (4.69% from 255 or 7.53% from 146); Max value from RGB is 130 - color contains mainly: green. Hex color #05820B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05820B is #FA7DF4. Grayscale: #4F4F4F. Windows color (decimal): -16416245 or 754181. OLE color: 754181.
HSL color Cylindrical-coordinate representation of color #05820B: hue angle of 122.88º 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 #05820B is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 130 | 11 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.49 |
| HSL | 122.88º | 0.93% | 0.26% | - |
| HSV(B) | 122.88º | 0.96% | 0.51% | - |
| XYZ | 8.11 | 16.02 | 2.98 | - |
| YUV | 79.06 | 89.59 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 130 | 11 | 0.96 | 0 | 0.92 | 0.49 | 122.88 | 0.93 | 0.26 |
| Hex | 5 | 82 | B | 60 | 0 | 5C | 31 | 7B | 5D | 1A |
| Octal | 5 | 202 | 13 | 140 | 0 | 134 | 61 | 173 | 135 | 32 |
| Binary | 101 | 10000010 | 1011 | 1100000 | 0 | 1011100 | 110001 | 1111011 | 1011101 | 11010 |
Color Harmonies of #05820B
Complementary color
Monochromatic Colors of #05820B
Black with #05820B
Text Example
Text Example
White with #05820B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05820B; }
p { color: rgb(5,130,11); }
H1.HeaderClassName
{
color: #05820B;
}
.AnyTagClassName
{
color: #05820B;
}
</style>
background-color css
<style>
a { background-color: #05820B; }
a { background-color: rgb(5,130,11); }
div.DivClassName
{
background-color: #05820B;
}
.BgClassName
{
background-color: #05820B;
}
</style>
border-color css
<style>
span { border-color: #05820B; }
span { border-color: rgb(5,130,11); }
td.TdClassName
{
border-color: #05820B;
}
.TagClassName
{
border-color: #05820B;
}
</style>