Shades of Dark Pastel Green #03C048
Tints of Dark Pastel Green #03C048
RGB
CMYK
RGB Variations
Color information
#03C048 (or 0x03C048) is known color: Dark Pastel Green. HEX triplet: 03, C0 and 48. RGB value is (3,192,72). Sum of RGB (Red+Green+Blue) = 3+192+72=267 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 267); Green value is 192 (75.39% from 255 or 71.91% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 192 - color contains mainly: green. Hex color #03C048 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03C048 is #FC3FB7. Grayscale: #7A7A7A. Windows color (decimal): -16531384 or 4767747. OLE color: 4767747.
HSL color Cylindrical-coordinate representation of color #03C048: hue angle of 141.9º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C048 is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 192 | 72 | - |
| CMYK | 0.98 | 0 | 0.63 | 0.25 |
| HSL | 141.9º | 0.97% | 0.38% | - |
| HSV(B) | 141.9º | 0.98% | 0.75% | - |
| XYZ | 20.06 | 38.19 | 12.44 | - |
| YUV | 121.81 | 99.88 | 43.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 192 | 72 | 0.98 | 0 | 0.63 | 0.25 | 141.9 | 0.97 | 0.38 |
| Hex | 3 | C0 | 48 | 62 | 0 | 3F | 19 | 8E | 61 | 26 |
| Octal | 3 | 300 | 110 | 142 | 0 | 77 | 31 | 216 | 141 | 46 |
| Binary | 11 | 11000000 | 1001000 | 1100010 | 0 | 111111 | 11001 | 10001110 | 1100001 | 100110 |
Color Harmonies of #03C048
Complementary color
Monochromatic Colors of #03C048
Black with #03C048
Text Example
Text Example
White with #03C048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C048; }
p { color: rgb(3,192,72); }
H1.HeaderClassName
{
color: #03C048;
}
.AnyTagClassName
{
color: #03C048;
}
</style>
background-color css
<style>
a { background-color: #03C048; }
a { background-color: rgb(3,192,72); }
div.DivClassName
{
background-color: #03C048;
}
.BgClassName
{
background-color: #03C048;
}
</style>
border-color css
<style>
span { border-color: #03C048; }
span { border-color: rgb(3,192,72); }
td.TdClassName
{
border-color: #03C048;
}
.TagClassName
{
border-color: #03C048;
}
</style>