Shades of Dark Pastel Green #03C815
Tints of Dark Pastel Green #03C815
RGB
CMYK
RGB Variations
Color information
#03C815 (or 0x03C815) is known color: Dark Pastel Green. HEX triplet: 03, C8 and 15. RGB value is (3,200,21). Sum of RGB (Red+Green+Blue) = 3+200+21=224 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.34% from 224); Green value is 200 (78.52% from 255 or 89.29% from 224); Blue value is 21 (8.59% from 255 or 9.38% from 224); Max value from RGB is 200 - color contains mainly: green. Hex color #03C815 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03C815 is #FC37EA. Grayscale: #797979. Windows color (decimal): -16529387 or 1427459. OLE color: 1427459.
HSL color Cylindrical-coordinate representation of color #03C815: hue angle of 125.48º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C815 is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 200 | 21 | - |
| CMYK | 0.98 | 0 | 0.90 | 0.22 |
| HSL | 125.48º | 0.97% | 0.4% | - |
| HSV(B) | 125.48º | 0.99% | 0.78% | - |
| XYZ | 20.83 | 41.38 | 7.6 | - |
| YUV | 120.69 | 71.73 | 44.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 200 | 21 | 0.98 | 0 | 0.90 | 0.22 | 125.48 | 0.97 | 0.4 |
| Hex | 3 | C8 | 15 | 62 | 0 | 5A | 16 | 7D | 61 | 28 |
| Octal | 3 | 310 | 25 | 142 | 0 | 132 | 26 | 175 | 141 | 50 |
| Binary | 11 | 11001000 | 10101 | 1100010 | 0 | 1011010 | 10110 | 1111101 | 1100001 | 101000 |
Color Harmonies of #03C815
Complementary color
Monochromatic Colors of #03C815
Black with #03C815
Text Example
Text Example
White with #03C815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C815; }
p { color: rgb(3,200,21); }
H1.HeaderClassName
{
color: #03C815;
}
.AnyTagClassName
{
color: #03C815;
}
</style>
background-color css
<style>
a { background-color: #03C815; }
a { background-color: rgb(3,200,21); }
div.DivClassName
{
background-color: #03C815;
}
.BgClassName
{
background-color: #03C815;
}
</style>
border-color css
<style>
span { border-color: #03C815; }
span { border-color: rgb(3,200,21); }
td.TdClassName
{
border-color: #03C815;
}
.TagClassName
{
border-color: #03C815;
}
</style>