Shades of Green #04820F
Tints of Green #04820F
RGB
CMYK
RGB Variations
Color information
#04820F (or 0x04820F) is known color: Green. HEX triplet: 04, 82 and 0F. RGB value is (4,130,15). Sum of RGB (Red+Green+Blue) = 4+130+15=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 130 (51.17% from 255 or 87.25% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 130 - color contains mainly: green. Hex color #04820F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #04820F is #FB7DF0. Grayscale: #4F4F4F. Windows color (decimal): -16481777 or 1016324. OLE color: 1016324.
HSL color Cylindrical-coordinate representation of color #04820F: hue angle of 125.24º 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 #04820F is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 130 | 15 | - |
| CMYK | 0.97 | 0 | 0.88 | 0.49 |
| HSL | 125.24º | 0.94% | 0.26% | - |
| HSV(B) | 125.24º | 0.97% | 0.51% | - |
| XYZ | 8.12 | 16.03 | 3.12 | - |
| YUV | 79.22 | 91.76 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 130 | 15 | 0.97 | 0 | 0.88 | 0.49 | 125.24 | 0.94 | 0.26 |
| Hex | 4 | 82 | F | 61 | 0 | 58 | 31 | 7D | 5E | 1A |
| Octal | 4 | 202 | 17 | 141 | 0 | 130 | 61 | 175 | 136 | 32 |
| Binary | 100 | 10000010 | 1111 | 1100001 | 0 | 1011000 | 110001 | 1111101 | 1011110 | 11010 |
Color Harmonies of #04820F
Complementary color
Monochromatic Colors of #04820F
Black with #04820F
Text Example
Text Example
White with #04820F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04820F; }
p { color: rgb(4,130,15); }
H1.HeaderClassName
{
color: #04820F;
}
.AnyTagClassName
{
color: #04820F;
}
</style>
background-color css
<style>
a { background-color: #04820F; }
a { background-color: rgb(4,130,15); }
div.DivClassName
{
background-color: #04820F;
}
.BgClassName
{
background-color: #04820F;
}
</style>
border-color css
<style>
span { border-color: #04820F; }
span { border-color: rgb(4,130,15); }
td.TdClassName
{
border-color: #04820F;
}
.TagClassName
{
border-color: #04820F;
}
</style>