Shades of Green #048400
Tints of Green #048400
RGB
CMYK
RGB Variations
Color information
#048400 (or 0x048400) is known color: Green. HEX triplet: 04, 84 and 00. RGB value is (4,132,0). Sum of RGB (Red+Green+Blue) = 4+132+0=136 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.94% from 136); Green value is 132 (51.95% from 255 or 97.06% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 132 - color contains mainly: green. Hex color #048400 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048400 is #FB7BFF. Grayscale: #4F4F4F. Windows color (decimal): -16481280 or 33796. OLE color: 33796.
HSL color Cylindrical-coordinate representation of color #048400: hue angle of 118.18º 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 #048400 is Cyan = 0.97, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 4 | 132 | 0 | - |
| CMYK | 0.97 | 0 | 1 | 0.48 |
| HSL | 118.18º | 1% | 0.26% | - |
| HSV(B) | 118.18º | 1% | 0.52% | - |
| XYZ | 8.3 | 16.53 | 2.75 | - |
| YUV | 78.68 | 83.59 | 74.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 132 | 0 | 0.97 | 0 | 1 | 0.48 | 118.18 | 1 | 0.26 |
| Hex | 4 | 84 | 0 | 61 | 0 | 64 | 30 | 76 | 64 | 1A |
| Octal | 4 | 204 | 0 | 141 | 0 | 144 | 60 | 166 | 144 | 32 |
| Binary | 100 | 10000100 | 0 | 1100001 | 0 | 1100100 | 110000 | 1110110 | 1100100 | 11010 |
Color Harmonies of #048400
Complementary color
Monochromatic Colors of #048400
Black with #048400
Text Example
Text Example
White with #048400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048400; }
p { color: rgb(4,132,0); }
H1.HeaderClassName
{
color: #048400;
}
.AnyTagClassName
{
color: #048400;
}
</style>
background-color css
<style>
a { background-color: #048400; }
a { background-color: rgb(4,132,0); }
div.DivClassName
{
background-color: #048400;
}
.BgClassName
{
background-color: #048400;
}
</style>
border-color css
<style>
span { border-color: #048400; }
span { border-color: rgb(4,132,0); }
td.TdClassName
{
border-color: #048400;
}
.TagClassName
{
border-color: #048400;
}
</style>