Shades of Dark Pastel Green #03C050
Tints of Dark Pastel Green #03C050
RGB
CMYK
RGB Variations
Color information
#03C050 (or 0x03C050) is known color: Dark Pastel Green. HEX triplet: 03, C0 and 50. RGB value is (3,192,80). Sum of RGB (Red+Green+Blue) = 3+192+80=275 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 275); Green value is 192 (75.39% from 255 or 69.82% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 192 - color contains mainly: green. Hex color #03C050 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C050 is #FC3FAF. Grayscale: #7A7A7A. Windows color (decimal): -16531376 or 5292035. OLE color: 5292035.
HSL color Cylindrical-coordinate representation of color #03C050: hue angle of 144.44º 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 #03C050 is Cyan = 0.98, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 192 | 80 | - |
| CMYK | 0.98 | 0 | 0.58 | 0.25 |
| HSL | 144.44º | 0.97% | 0.38% | - |
| HSV(B) | 144.44º | 0.98% | 0.75% | - |
| XYZ | 20.34 | 38.3 | 13.91 | - |
| YUV | 122.72 | 103.88 | 42.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 192 | 80 | 0.98 | 0 | 0.58 | 0.25 | 144.44 | 0.97 | 0.38 |
| Hex | 3 | C0 | 50 | 62 | 0 | 3A | 19 | 90 | 61 | 26 |
| Octal | 3 | 300 | 120 | 142 | 0 | 72 | 31 | 220 | 141 | 46 |
| Binary | 11 | 11000000 | 1010000 | 1100010 | 0 | 111010 | 11001 | 10010000 | 1100001 | 100110 |
Color Harmonies of #03C050
Complementary color
Monochromatic Colors of #03C050
Black with #03C050
Text Example
Text Example
White with #03C050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C050; }
p { color: rgb(3,192,80); }
H1.HeaderClassName
{
color: #03C050;
}
.AnyTagClassName
{
color: #03C050;
}
</style>
background-color css
<style>
a { background-color: #03C050; }
a { background-color: rgb(3,192,80); }
div.DivClassName
{
background-color: #03C050;
}
.BgClassName
{
background-color: #03C050;
}
</style>
border-color css
<style>
span { border-color: #03C050; }
span { border-color: rgb(3,192,80); }
td.TdClassName
{
border-color: #03C050;
}
.TagClassName
{
border-color: #03C050;
}
</style>