Shades of Dark Pastel Green #03C015
Tints of Dark Pastel Green #03C015
RGB
CMYK
RGB Variations
Color information
#03C015 (or 0x03C015) is known color: Dark Pastel Green. HEX triplet: 03, C0 and 15. RGB value is (3,192,21). Sum of RGB (Red+Green+Blue) = 3+192+21=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 192 (75.39% from 255 or 88.89% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 192 - color contains mainly: green. Hex color #03C015 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03C015 is #FC3FEA. Grayscale: #747474. Windows color (decimal): -16531435 or 1425411. OLE color: 1425411.
HSL color Cylindrical-coordinate representation of color #03C015: hue angle of 125.71º 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 #03C015 is Cyan = 0.98, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 192 | 21 | - |
| CMYK | 0.98 | 0 | 0.89 | 0.25 |
| HSL | 125.71º | 0.97% | 0.38% | - |
| HSV(B) | 125.71º | 0.98% | 0.75% | - |
| XYZ | 19.02 | 37.77 | 7 | - |
| YUV | 116 | 74.38 | 47.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 192 | 21 | 0.98 | 0 | 0.89 | 0.25 | 125.71 | 0.97 | 0.38 |
| Hex | 3 | C0 | 15 | 62 | 0 | 59 | 19 | 7E | 61 | 26 |
| Octal | 3 | 300 | 25 | 142 | 0 | 131 | 31 | 176 | 141 | 46 |
| Binary | 11 | 11000000 | 10101 | 1100010 | 0 | 1011001 | 11001 | 1111110 | 1100001 | 100110 |
Color Harmonies of #03C015
Complementary color
Monochromatic Colors of #03C015
Black with #03C015
Text Example
Text Example
White with #03C015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C015; }
p { color: rgb(3,192,21); }
H1.HeaderClassName
{
color: #03C015;
}
.AnyTagClassName
{
color: #03C015;
}
</style>
background-color css
<style>
a { background-color: #03C015; }
a { background-color: rgb(3,192,21); }
div.DivClassName
{
background-color: #03C015;
}
.BgClassName
{
background-color: #03C015;
}
</style>
border-color css
<style>
span { border-color: #03C015; }
span { border-color: rgb(3,192,21); }
td.TdClassName
{
border-color: #03C015;
}
.TagClassName
{
border-color: #03C015;
}
</style>