Shades of Green #048203
Tints of Green #048203
RGB
CMYK
RGB Variations
Color information
#048203 (or 0x048203) is known color: Green. HEX triplet: 04, 82 and 03. RGB value is (4,130,3). Sum of RGB (Red+Green+Blue) = 4+130+3=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 130 (51.17% from 255 or 94.89% from 137); Blue value is 3 (1.56% from 255 or 2.19% from 137); Max value from RGB is 130 - color contains mainly: green. Hex color #048203 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048203 is #FB7DFC. Grayscale: #4E4E4E. Windows color (decimal): -16481789 or 229892. OLE color: 229892.
HSL color Cylindrical-coordinate representation of color #048203: hue angle of 119.53º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048203 is Cyan = 0.97, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 130 | 3 | - |
| CMYK | 0.97 | 0 | 0.98 | 0.49 |
| HSL | 119.53º | 0.95% | 0.26% | - |
| HSV(B) | 119.53º | 0.98% | 0.51% | - |
| XYZ | 8.05 | 16 | 2.75 | - |
| YUV | 77.85 | 85.76 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 130 | 3 | 0.97 | 0 | 0.98 | 0.49 | 119.53 | 0.95 | 0.26 |
| Hex | 4 | 82 | 3 | 61 | 0 | 62 | 31 | 78 | 5F | 1A |
| Octal | 4 | 202 | 3 | 141 | 0 | 142 | 61 | 170 | 137 | 32 |
| Binary | 100 | 10000010 | 11 | 1100001 | 0 | 1100010 | 110001 | 1111000 | 1011111 | 11010 |
Color Harmonies of #048203
Complementary color
Monochromatic Colors of #048203
Black with #048203
Text Example
Text Example
White with #048203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048203; }
p { color: rgb(4,130,3); }
H1.HeaderClassName
{
color: #048203;
}
.AnyTagClassName
{
color: #048203;
}
</style>
background-color css
<style>
a { background-color: #048203; }
a { background-color: rgb(4,130,3); }
div.DivClassName
{
background-color: #048203;
}
.BgClassName
{
background-color: #048203;
}
</style>
border-color css
<style>
span { border-color: #048203; }
span { border-color: rgb(4,130,3); }
td.TdClassName
{
border-color: #048203;
}
.TagClassName
{
border-color: #048203;
}
</style>