Shades of Dark Pastel Green #03C915
Tints of Dark Pastel Green #03C915
RGB
CMYK
RGB Variations
Color information
#03C915 (or 0x03C915) is known color: Dark Pastel Green. HEX triplet: 03, C9 and 15. RGB value is (3,201,21). Sum of RGB (Red+Green+Blue) = 3+201+21=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 201 (78.91% from 255 or 89.33% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 201 - color contains mainly: green. Hex color #03C915 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03C915 is #FC36EA. Grayscale: #797979. Windows color (decimal): -16529131 or 1427715. OLE color: 1427715.
HSL color Cylindrical-coordinate representation of color #03C915: hue angle of 125.45º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C915 is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 201 | 21 | - |
| CMYK | 0.99 | 0 | 0.90 | 0.21 |
| HSL | 125.45º | 0.97% | 0.4% | - |
| HSV(B) | 125.45º | 0.99% | 0.79% | - |
| XYZ | 21.06 | 41.85 | 7.68 | - |
| YUV | 121.28 | 71.4 | 43.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 201 | 21 | 0.99 | 0 | 0.90 | 0.21 | 125.45 | 0.97 | 0.4 |
| Hex | 3 | C9 | 15 | 63 | 0 | 5A | 15 | 7D | 61 | 28 |
| Octal | 3 | 311 | 25 | 143 | 0 | 132 | 25 | 175 | 141 | 50 |
| Binary | 11 | 11001001 | 10101 | 1100011 | 0 | 1011010 | 10101 | 1111101 | 1100001 | 101000 |
Color Harmonies of #03C915
Complementary color
Monochromatic Colors of #03C915
Black with #03C915
Text Example
Text Example
White with #03C915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C915; }
p { color: rgb(3,201,21); }
H1.HeaderClassName
{
color: #03C915;
}
.AnyTagClassName
{
color: #03C915;
}
</style>
background-color css
<style>
a { background-color: #03C915; }
a { background-color: rgb(3,201,21); }
div.DivClassName
{
background-color: #03C915;
}
.BgClassName
{
background-color: #03C915;
}
</style>
border-color css
<style>
span { border-color: #03C915; }
span { border-color: rgb(3,201,21); }
td.TdClassName
{
border-color: #03C915;
}
.TagClassName
{
border-color: #03C915;
}
</style>