Shades of Green #048111
Tints of Green #048111
RGB
CMYK
RGB Variations
Color information
#048111 (or 0x048111) is known color: Green. HEX triplet: 04, 81 and 11. RGB value is (4,129,17). Sum of RGB (Red+Green+Blue) = 4+129+17=150 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.67% from 150); Green value is 129 (50.78% from 255 or 86% from 150); Blue value is 17 (7.03% from 255 or 11.33% from 150); Max value from RGB is 129 - color contains mainly: green. Hex color #048111 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048111 is #FB7EEE. Grayscale: #4F4F4F. Windows color (decimal): -16482031 or 1147140. OLE color: 1147140.
HSL color Cylindrical-coordinate representation of color #048111: hue angle of 126.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 #048111 is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 129 | 17 | - |
| CMYK | 0.97 | 0 | 0.87 | 0.49 |
| HSL | 126.24º | 0.94% | 0.26% | - |
| HSV(B) | 126.24º | 0.97% | 0.51% | - |
| XYZ | 8 | 15.77 | 3.15 | - |
| YUV | 78.86 | 93.09 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 129 | 17 | 0.97 | 0 | 0.87 | 0.49 | 126.24 | 0.94 | 0.26 |
| Hex | 4 | 81 | 11 | 61 | 0 | 57 | 31 | 7E | 5E | 1A |
| Octal | 4 | 201 | 21 | 141 | 0 | 127 | 61 | 176 | 136 | 32 |
| Binary | 100 | 10000001 | 10001 | 1100001 | 0 | 1010111 | 110001 | 1111110 | 1011110 | 11010 |
Color Harmonies of #048111
Complementary color
Monochromatic Colors of #048111
Black with #048111
Text Example
Text Example
White with #048111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048111; }
p { color: rgb(4,129,17); }
H1.HeaderClassName
{
color: #048111;
}
.AnyTagClassName
{
color: #048111;
}
</style>
background-color css
<style>
a { background-color: #048111; }
a { background-color: rgb(4,129,17); }
div.DivClassName
{
background-color: #048111;
}
.BgClassName
{
background-color: #048111;
}
</style>
border-color css
<style>
span { border-color: #048111; }
span { border-color: rgb(4,129,17); }
td.TdClassName
{
border-color: #048111;
}
.TagClassName
{
border-color: #048111;
}
</style>