Shades of Green #048305
Tints of Green #048305
RGB
CMYK
RGB Variations
Color information
#048305 (or 0x048305) is known color: Green. HEX triplet: 04, 83 and 05. RGB value is (4,131,5). Sum of RGB (Red+Green+Blue) = 4+131+5=140 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.86% from 140); Green value is 131 (51.56% from 255 or 93.57% from 140); Blue value is 5 (2.34% from 255 or 3.57% from 140); Max value from RGB is 131 - color contains mainly: green. Hex color #048305 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048305 is #FB7CFA. Grayscale: #4F4F4F. Windows color (decimal): -16481531 or 361220. OLE color: 361220.
HSL color Cylindrical-coordinate representation of color #048305: hue angle of 120.47º 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 #048305 is Cyan = 0.97, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 131 | 5 | - |
| CMYK | 0.97 | 0 | 0.96 | 0.49 |
| HSL | 120.47º | 0.94% | 0.26% | - |
| HSV(B) | 120.47º | 0.97% | 0.51% | - |
| XYZ | 8.19 | 16.27 | 2.85 | - |
| YUV | 78.66 | 86.42 | 74.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 131 | 5 | 0.97 | 0 | 0.96 | 0.49 | 120.47 | 0.94 | 0.26 |
| Hex | 4 | 83 | 5 | 61 | 0 | 60 | 31 | 78 | 5E | 1A |
| Octal | 4 | 203 | 5 | 141 | 0 | 140 | 61 | 170 | 136 | 32 |
| Binary | 100 | 10000011 | 101 | 1100001 | 0 | 1100000 | 110001 | 1111000 | 1011110 | 11010 |
Color Harmonies of #048305
Complementary color
Monochromatic Colors of #048305
Black with #048305
Text Example
Text Example
White with #048305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048305; }
p { color: rgb(4,131,5); }
H1.HeaderClassName
{
color: #048305;
}
.AnyTagClassName
{
color: #048305;
}
</style>
background-color css
<style>
a { background-color: #048305; }
a { background-color: rgb(4,131,5); }
div.DivClassName
{
background-color: #048305;
}
.BgClassName
{
background-color: #048305;
}
</style>
border-color css
<style>
span { border-color: #048305; }
span { border-color: rgb(4,131,5); }
td.TdClassName
{
border-color: #048305;
}
.TagClassName
{
border-color: #048305;
}
</style>