Shades of Dark Pastel Green #03C018
Tints of Dark Pastel Green #03C018
RGB
CMYK
RGB Variations
Color information
#03C018 (or 0x03C018) is known color: Dark Pastel Green. HEX triplet: 03, C0 and 18. RGB value is (3,192,24). Sum of RGB (Red+Green+Blue) = 3+192+24=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 192 (75.39% from 255 or 87.67% from 219); Blue value is 24 (9.77% from 255 or 10.96% from 219); Max value from RGB is 192 - color contains mainly: green. Hex color #03C018 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03C018 is #FC3FE7. Grayscale: #747474. Windows color (decimal): -16531432 or 1622019. OLE color: 1622019.
HSL color Cylindrical-coordinate representation of color #03C018: hue angle of 126.67º 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 #03C018 is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 192 | 24 | - |
| CMYK | 0.98 | 0 | 0.88 | 0.25 |
| HSL | 126.67º | 0.97% | 0.38% | - |
| HSV(B) | 126.67º | 0.98% | 0.75% | - |
| XYZ | 19.05 | 37.78 | 7.15 | - |
| YUV | 116.34 | 75.88 | 47.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 192 | 24 | 0.98 | 0 | 0.88 | 0.25 | 126.67 | 0.97 | 0.38 |
| Hex | 3 | C0 | 18 | 62 | 0 | 58 | 19 | 7F | 61 | 26 |
| Octal | 3 | 300 | 30 | 142 | 0 | 130 | 31 | 177 | 141 | 46 |
| Binary | 11 | 11000000 | 11000 | 1100010 | 0 | 1011000 | 11001 | 1111111 | 1100001 | 100110 |
Color Harmonies of #03C018
Complementary color
Monochromatic Colors of #03C018
Black with #03C018
Text Example
Text Example
White with #03C018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C018; }
p { color: rgb(3,192,24); }
H1.HeaderClassName
{
color: #03C018;
}
.AnyTagClassName
{
color: #03C018;
}
</style>
background-color css
<style>
a { background-color: #03C018; }
a { background-color: rgb(3,192,24); }
div.DivClassName
{
background-color: #03C018;
}
.BgClassName
{
background-color: #03C018;
}
</style>
border-color css
<style>
span { border-color: #03C018; }
span { border-color: rgb(3,192,24); }
td.TdClassName
{
border-color: #03C018;
}
.TagClassName
{
border-color: #03C018;
}
</style>