Shades of Green #048800
Tints of Green #048800
RGB
CMYK
RGB Variations
Color information
#048800 (or 0x048800) is known color: Green. HEX triplet: 04, 88 and 00. RGB value is (4,136,0). Sum of RGB (Red+Green+Blue) = 4+136+0=140 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.86% from 140); Green value is 136 (53.52% from 255 or 97.14% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 136 - color contains mainly: green. Hex color #048800 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048800 is #FB77FF. Grayscale: #515151. Windows color (decimal): -16480256 or 34820. OLE color: 34820.
HSL color Cylindrical-coordinate representation of color #048800: hue angle of 118.24º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #048800 is Cyan = 0.97, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 4 | 136 | 0 | - |
| CMYK | 0.97 | 0 | 1 | 0.47 |
| HSL | 118.24º | 1% | 0.27% | - |
| HSV(B) | 118.24º | 1% | 0.53% | - |
| XYZ | 8.85 | 17.63 | 2.94 | - |
| YUV | 81.03 | 82.27 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 136 | 0 | 0.97 | 0 | 1 | 0.47 | 118.24 | 1 | 0.27 |
| Hex | 4 | 88 | 0 | 61 | 0 | 64 | 2F | 76 | 64 | 1B |
| Octal | 4 | 210 | 0 | 141 | 0 | 144 | 57 | 166 | 144 | 33 |
| Binary | 100 | 10001000 | 0 | 1100001 | 0 | 1100100 | 101111 | 1110110 | 1100100 | 11011 |
Color Harmonies of #048800
Complementary color
Monochromatic Colors of #048800
Black with #048800
Text Example
Text Example
White with #048800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048800; }
p { color: rgb(4,136,0); }
H1.HeaderClassName
{
color: #048800;
}
.AnyTagClassName
{
color: #048800;
}
</style>
background-color css
<style>
a { background-color: #048800; }
a { background-color: rgb(4,136,0); }
div.DivClassName
{
background-color: #048800;
}
.BgClassName
{
background-color: #048800;
}
</style>
border-color css
<style>
span { border-color: #048800; }
span { border-color: rgb(4,136,0); }
td.TdClassName
{
border-color: #048800;
}
.TagClassName
{
border-color: #048800;
}
</style>