Shades of Green #05830A
Tints of Green #05830A
RGB
CMYK
RGB Variations
Color information
#05830A (or 0x05830A) is known color: Green. HEX triplet: 05, 83 and 0A. RGB value is (5,131,10). Sum of RGB (Red+Green+Blue) = 5+131+10=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 131 (51.56% from 255 or 89.73% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 131 - color contains mainly: green. Hex color #05830A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05830A is #FA7CF5. Grayscale: #4F4F4F. Windows color (decimal): -16415990 or 688901. OLE color: 688901.
HSL color Cylindrical-coordinate representation of color #05830A: hue angle of 122.38º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05830A is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 131 | 10 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.49 |
| HSL | 122.38º | 0.93% | 0.27% | - |
| HSV(B) | 122.38º | 0.96% | 0.51% | - |
| XYZ | 8.23 | 16.29 | 3 | - |
| YUV | 79.53 | 88.76 | 74.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 131 | 10 | 0.96 | 0 | 0.92 | 0.49 | 122.38 | 0.93 | 0.27 |
| Hex | 5 | 83 | A | 60 | 0 | 5C | 31 | 7A | 5D | 1B |
| Octal | 5 | 203 | 12 | 140 | 0 | 134 | 61 | 172 | 135 | 33 |
| Binary | 101 | 10000011 | 1010 | 1100000 | 0 | 1011100 | 110001 | 1111010 | 1011101 | 11011 |
Color Harmonies of #05830A
Complementary color
Monochromatic Colors of #05830A
Black with #05830A
Text Example
Text Example
White with #05830A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05830A; }
p { color: rgb(5,131,10); }
H1.HeaderClassName
{
color: #05830A;
}
.AnyTagClassName
{
color: #05830A;
}
</style>
background-color css
<style>
a { background-color: #05830A; }
a { background-color: rgb(5,131,10); }
div.DivClassName
{
background-color: #05830A;
}
.BgClassName
{
background-color: #05830A;
}
</style>
border-color css
<style>
span { border-color: #05830A; }
span { border-color: rgb(5,131,10); }
td.TdClassName
{
border-color: #05830A;
}
.TagClassName
{
border-color: #05830A;
}
</style>