Shades of Green #048C03
Tints of Green #048C03
RGB
CMYK
RGB Variations
Color information
#048C03 (or 0x048C03) is known color: Green. HEX triplet: 04, 8C and 03. RGB value is (4,140,3). Sum of RGB (Red+Green+Blue) = 4+140+3=147 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.72% from 147); Green value is 140 (55.08% from 255 or 95.24% from 147); Blue value is 3 (1.56% from 255 or 2.04% from 147); Max value from RGB is 140 - color contains mainly: green. Hex color #048C03 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048C03 is #FB73FC. Grayscale: #545454. Windows color (decimal): -16479229 or 232452. OLE color: 232452.
HSL color Cylindrical-coordinate representation of color #048C03: hue angle of 119.56º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048C03 is Cyan = 0.97, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 140 | 3 | - |
| CMYK | 0.97 | 0 | 0.98 | 0.45 |
| HSL | 119.56º | 0.96% | 0.28% | - |
| HSV(B) | 119.56º | 0.98% | 0.55% | - |
| XYZ | 9.44 | 18.79 | 3.21 | - |
| YUV | 83.72 | 82.44 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 140 | 3 | 0.97 | 0 | 0.98 | 0.45 | 119.56 | 0.96 | 0.28 |
| Hex | 4 | 8C | 3 | 61 | 0 | 62 | 2D | 78 | 60 | 1C |
| Octal | 4 | 214 | 3 | 141 | 0 | 142 | 55 | 170 | 140 | 34 |
| Binary | 100 | 10001100 | 11 | 1100001 | 0 | 1100010 | 101101 | 1111000 | 1100000 | 11100 |
Color Harmonies of #048C03
Complementary color
Monochromatic Colors of #048C03
Black with #048C03
Text Example
Text Example
White with #048C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048C03; }
p { color: rgb(4,140,3); }
H1.HeaderClassName
{
color: #048C03;
}
.AnyTagClassName
{
color: #048C03;
}
</style>
background-color css
<style>
a { background-color: #048C03; }
a { background-color: rgb(4,140,3); }
div.DivClassName
{
background-color: #048C03;
}
.BgClassName
{
background-color: #048C03;
}
</style>
border-color css
<style>
span { border-color: #048C03; }
span { border-color: rgb(4,140,3); }
td.TdClassName
{
border-color: #048C03;
}
.TagClassName
{
border-color: #048C03;
}
</style>