Shades of Green #048011
Tints of Green #048011
RGB
CMYK
RGB Variations
Color information
#048011 (or 0x048011) is known color: Green. HEX triplet: 04, 80 and 11. RGB value is (4,128,17). Sum of RGB (Red+Green+Blue) = 4+128+17=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 128 (50.39% from 255 or 85.91% from 149); Blue value is 17 (7.03% from 255 or 11.41% from 149); Max value from RGB is 128 - color contains mainly: green. Hex color #048011 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048011 is #FB7FEE. Grayscale: #4E4E4E. Windows color (decimal): -16482287 or 1146884. OLE color: 1146884.
HSL color Cylindrical-coordinate representation of color #048011: hue angle of 126.29º 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 #048011 is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 4 | 128 | 17 | - |
| CMYK | 0.97 | 0 | 0.87 | 0.50 |
| HSL | 126.29º | 0.94% | 0.26% | - |
| HSV(B) | 126.29º | 0.97% | 0.5% | - |
| XYZ | 7.87 | 15.5 | 3.11 | - |
| YUV | 78.27 | 93.42 | 75.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 128 | 17 | 0.97 | 0 | 0.87 | 0.50 | 126.29 | 0.94 | 0.26 |
| Hex | 4 | 80 | 11 | 61 | 0 | 57 | 32 | 7E | 5E | 1A |
| Octal | 4 | 200 | 21 | 141 | 0 | 127 | 62 | 176 | 136 | 32 |
| Binary | 100 | 10000000 | 10001 | 1100001 | 0 | 1010111 | 110010 | 1111110 | 1011110 | 11010 |
Color Harmonies of #048011
Complementary color
Monochromatic Colors of #048011
Black with #048011
Text Example
Text Example
White with #048011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048011; }
p { color: rgb(4,128,17); }
H1.HeaderClassName
{
color: #048011;
}
.AnyTagClassName
{
color: #048011;
}
</style>
background-color css
<style>
a { background-color: #048011; }
a { background-color: rgb(4,128,17); }
div.DivClassName
{
background-color: #048011;
}
.BgClassName
{
background-color: #048011;
}
</style>
border-color css
<style>
span { border-color: #048011; }
span { border-color: rgb(4,128,17); }
td.TdClassName
{
border-color: #048011;
}
.TagClassName
{
border-color: #048011;
}
</style>