Shades of Green #048017
Tints of Green #048017
RGB
CMYK
RGB Variations
Color information
#048017 (or 0x048017) is known color: Green. HEX triplet: 04, 80 and 17. RGB value is (4,128,23). Sum of RGB (Red+Green+Blue) = 4+128+23=155 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.58% from 155); Green value is 128 (50.39% from 255 or 82.58% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 128 - color contains mainly: green. Hex color #048017 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048017 is #FB7FE8. Grayscale: #4F4F4F. Windows color (decimal): -16482281 or 1540100. OLE color: 1540100.
HSL color Cylindrical-coordinate representation of color #048017: hue angle of 129.19º 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 #048017 is Cyan = 0.97, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 4 | 128 | 23 | - |
| CMYK | 0.97 | 0 | 0.82 | 0.50 |
| HSL | 129.19º | 0.94% | 0.26% | - |
| HSV(B) | 129.19º | 0.97% | 0.5% | - |
| XYZ | 7.92 | 15.53 | 3.39 | - |
| YUV | 78.95 | 96.42 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 128 | 23 | 0.97 | 0 | 0.82 | 0.50 | 129.19 | 0.94 | 0.26 |
| Hex | 4 | 80 | 17 | 61 | 0 | 52 | 32 | 81 | 5E | 1A |
| Octal | 4 | 200 | 27 | 141 | 0 | 122 | 62 | 201 | 136 | 32 |
| Binary | 100 | 10000000 | 10111 | 1100001 | 0 | 1010010 | 110010 | 10000001 | 1011110 | 11010 |
Color Harmonies of #048017
Complementary color
Monochromatic Colors of #048017
Black with #048017
Text Example
Text Example
White with #048017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048017; }
p { color: rgb(4,128,23); }
H1.HeaderClassName
{
color: #048017;
}
.AnyTagClassName
{
color: #048017;
}
</style>
background-color css
<style>
a { background-color: #048017; }
a { background-color: rgb(4,128,23); }
div.DivClassName
{
background-color: #048017;
}
.BgClassName
{
background-color: #048017;
}
</style>
border-color css
<style>
span { border-color: #048017; }
span { border-color: rgb(4,128,23); }
td.TdClassName
{
border-color: #048017;
}
.TagClassName
{
border-color: #048017;
}
</style>