Shades of Green #048500
Tints of Green #048500
RGB
CMYK
RGB Variations
Color information
#048500 (or 0x048500) is known color: Green. HEX triplet: 04, 85 and 00. RGB value is (4,133,0). Sum of RGB (Red+Green+Blue) = 4+133+0=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 133 (52.34% from 255 or 97.08% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 133 - color contains mainly: green. Hex color #048500 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048500 is #FB7AFF. Grayscale: #4F4F4F. Windows color (decimal): -16481024 or 34052. OLE color: 34052.
HSL color Cylindrical-coordinate representation of color #048500: hue angle of 118.2º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #048500 is Cyan = 0.97, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 4 | 133 | 0 | - |
| CMYK | 0.97 | 0 | 1 | 0.48 |
| HSL | 118.2º | 1% | 0.26% | - |
| HSV(B) | 118.2º | 1% | 0.52% | - |
| XYZ | 8.44 | 16.8 | 2.8 | - |
| YUV | 79.27 | 83.26 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 133 | 0 | 0.97 | 0 | 1 | 0.48 | 118.2 | 1 | 0.26 |
| Hex | 4 | 85 | 0 | 61 | 0 | 64 | 30 | 76 | 64 | 1A |
| Octal | 4 | 205 | 0 | 141 | 0 | 144 | 60 | 166 | 144 | 32 |
| Binary | 100 | 10000101 | 0 | 1100001 | 0 | 1100100 | 110000 | 1110110 | 1100100 | 11010 |
Color Harmonies of #048500
Complementary color
Monochromatic Colors of #048500
Black with #048500
Text Example
Text Example
White with #048500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048500; }
p { color: rgb(4,133,0); }
H1.HeaderClassName
{
color: #048500;
}
.AnyTagClassName
{
color: #048500;
}
</style>
background-color css
<style>
a { background-color: #048500; }
a { background-color: rgb(4,133,0); }
div.DivClassName
{
background-color: #048500;
}
.BgClassName
{
background-color: #048500;
}
</style>
border-color css
<style>
span { border-color: #048500; }
span { border-color: rgb(4,133,0); }
td.TdClassName
{
border-color: #048500;
}
.TagClassName
{
border-color: #048500;
}
</style>