Shades of Green #04801D
Tints of Green #04801D
RGB
CMYK
RGB Variations
Color information
#04801D (or 0x04801D) is known color: Green. HEX triplet: 04, 80 and 1D. RGB value is (4,128,29). Sum of RGB (Red+Green+Blue) = 4+128+29=161 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.48% from 161); Green value is 128 (50.39% from 255 or 79.50% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 128 - color contains mainly: green. Hex color #04801D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04801D is #FB7FE2. Grayscale: #4F4F4F. Windows color (decimal): -16482275 or 1933316. OLE color: 1933316.
HSL color Cylindrical-coordinate representation of color #04801D: hue angle of 132.1º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04801D is Cyan = 0.97, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 4 | 128 | 29 | - |
| CMYK | 0.97 | 0 | 0.77 | 0.50 |
| HSL | 132.1º | 0.94% | 0.26% | - |
| HSV(B) | 132.1º | 0.97% | 0.5% | - |
| XYZ | 7.99 | 15.55 | 3.74 | - |
| YUV | 79.64 | 99.42 | 74.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 128 | 29 | 0.97 | 0 | 0.77 | 0.50 | 132.1 | 0.94 | 0.26 |
| Hex | 4 | 80 | 1D | 61 | 0 | 4D | 32 | 84 | 5E | 1A |
| Octal | 4 | 200 | 35 | 141 | 0 | 115 | 62 | 204 | 136 | 32 |
| Binary | 100 | 10000000 | 11101 | 1100001 | 0 | 1001101 | 110010 | 10000100 | 1011110 | 11010 |
Color Harmonies of #04801D
Complementary color
Monochromatic Colors of #04801D
Black with #04801D
Text Example
Text Example
White with #04801D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04801D; }
p { color: rgb(4,128,29); }
H1.HeaderClassName
{
color: #04801D;
}
.AnyTagClassName
{
color: #04801D;
}
</style>
background-color css
<style>
a { background-color: #04801D; }
a { background-color: rgb(4,128,29); }
div.DivClassName
{
background-color: #04801D;
}
.BgClassName
{
background-color: #04801D;
}
</style>
border-color css
<style>
span { border-color: #04801D; }
span { border-color: rgb(4,128,29); }
td.TdClassName
{
border-color: #04801D;
}
.TagClassName
{
border-color: #04801D;
}
</style>