Shades of Green #04820D
Tints of Green #04820D
RGB
CMYK
RGB Variations
Color information
#04820D (or 0x04820D) is known color: Green. HEX triplet: 04, 82 and 0D. RGB value is (4,130,13). Sum of RGB (Red+Green+Blue) = 4+130+13=147 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.72% from 147); Green value is 130 (51.17% from 255 or 88.44% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 130 - color contains mainly: green. Hex color #04820D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #04820D is #FB7DF2. Grayscale: #4F4F4F. Windows color (decimal): -16481779 or 885252. OLE color: 885252.
HSL color Cylindrical-coordinate representation of color #04820D: hue angle of 124.29º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04820D is Cyan = 0.97, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 130 | 13 | - |
| CMYK | 0.97 | 0 | 0.9 | 0.49 |
| HSL | 124.29º | 0.94% | 0.26% | - |
| HSV(B) | 124.29º | 0.97% | 0.51% | - |
| XYZ | 8.11 | 16.02 | 3.05 | - |
| YUV | 78.99 | 90.76 | 74.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 130 | 13 | 0.97 | 0 | 0.9 | 0.49 | 124.29 | 0.94 | 0.26 |
| Hex | 4 | 82 | D | 61 | 0 | 5A | 31 | 7C | 5E | 1A |
| Octal | 4 | 202 | 15 | 141 | 0 | 132 | 61 | 174 | 136 | 32 |
| Binary | 100 | 10000010 | 1101 | 1100001 | 0 | 1011010 | 110001 | 1111100 | 1011110 | 11010 |
Color Harmonies of #04820D
Complementary color
Monochromatic Colors of #04820D
Black with #04820D
Text Example
Text Example
White with #04820D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04820D; }
p { color: rgb(4,130,13); }
H1.HeaderClassName
{
color: #04820D;
}
.AnyTagClassName
{
color: #04820D;
}
</style>
background-color css
<style>
a { background-color: #04820D; }
a { background-color: rgb(4,130,13); }
div.DivClassName
{
background-color: #04820D;
}
.BgClassName
{
background-color: #04820D;
}
</style>
border-color css
<style>
span { border-color: #04820D; }
span { border-color: rgb(4,130,13); }
td.TdClassName
{
border-color: #04820D;
}
.TagClassName
{
border-color: #04820D;
}
</style>