Shades of Dark Pastel Green #03C313
Tints of Dark Pastel Green #03C313
RGB
CMYK
RGB Variations
Color information
#03C313 (or 0x03C313) is known color: Dark Pastel Green. HEX triplet: 03, C3 and 13. RGB value is (3,195,19). Sum of RGB (Red+Green+Blue) = 3+195+19=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 195 (76.56% from 255 or 89.86% from 217); Blue value is 19 (7.81% from 255 or 8.76% from 217); Max value from RGB is 195 - color contains mainly: green. Hex color #03C313 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03C313 is #FC3CEC. Grayscale: #767676. Windows color (decimal): -16530669 or 1295107. OLE color: 1295107.
HSL color Cylindrical-coordinate representation of color #03C313: hue angle of 125º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C313 is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 195 | 19 | - |
| CMYK | 0.98 | 0 | 0.90 | 0.24 |
| HSL | 125º | 0.97% | 0.39% | - |
| HSV(B) | 125º | 0.98% | 0.76% | - |
| XYZ | 19.67 | 39.1 | 7.13 | - |
| YUV | 117.53 | 72.39 | 46.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 195 | 19 | 0.98 | 0 | 0.90 | 0.24 | 125 | 0.97 | 0.39 |
| Hex | 3 | C3 | 13 | 62 | 0 | 5A | 18 | 7D | 61 | 27 |
| Octal | 3 | 303 | 23 | 142 | 0 | 132 | 30 | 175 | 141 | 47 |
| Binary | 11 | 11000011 | 10011 | 1100010 | 0 | 1011010 | 11000 | 1111101 | 1100001 | 100111 |
Color Harmonies of #03C313
Complementary color
Monochromatic Colors of #03C313
Black with #03C313
Text Example
Text Example
White with #03C313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C313; }
p { color: rgb(3,195,19); }
H1.HeaderClassName
{
color: #03C313;
}
.AnyTagClassName
{
color: #03C313;
}
</style>
background-color css
<style>
a { background-color: #03C313; }
a { background-color: rgb(3,195,19); }
div.DivClassName
{
background-color: #03C313;
}
.BgClassName
{
background-color: #03C313;
}
</style>
border-color css
<style>
span { border-color: #03C313; }
span { border-color: rgb(3,195,19); }
td.TdClassName
{
border-color: #03C313;
}
.TagClassName
{
border-color: #03C313;
}
</style>