Shades of Dark Pastel Green #03C818
Tints of Dark Pastel Green #03C818
RGB
CMYK
RGB Variations
Color information
#03C818 (or 0x03C818) is known color: Dark Pastel Green. HEX triplet: 03, C8 and 18. RGB value is (3,200,24). Sum of RGB (Red+Green+Blue) = 3+200+24=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 200 (78.52% from 255 or 88.11% from 227); Blue value is 24 (9.77% from 255 or 10.57% from 227); Max value from RGB is 200 - color contains mainly: green. Hex color #03C818 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03C818 is #FC37E7. Grayscale: #797979. Windows color (decimal): -16529384 or 1624067. OLE color: 1624067.
HSL color Cylindrical-coordinate representation of color #03C818: hue angle of 126.4º 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 #03C818 is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 200 | 24 | - |
| CMYK | 0.98 | 0 | 0.88 | 0.22 |
| HSL | 126.4º | 0.97% | 0.4% | - |
| HSV(B) | 126.4º | 0.99% | 0.78% | - |
| XYZ | 20.86 | 41.39 | 7.75 | - |
| YUV | 121.03 | 73.23 | 43.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 200 | 24 | 0.98 | 0 | 0.88 | 0.22 | 126.4 | 0.97 | 0.4 |
| Hex | 3 | C8 | 18 | 62 | 0 | 58 | 16 | 7E | 61 | 28 |
| Octal | 3 | 310 | 30 | 142 | 0 | 130 | 26 | 176 | 141 | 50 |
| Binary | 11 | 11001000 | 11000 | 1100010 | 0 | 1011000 | 10110 | 1111110 | 1100001 | 101000 |
Color Harmonies of #03C818
Complementary color
Monochromatic Colors of #03C818
Black with #03C818
Text Example
Text Example
White with #03C818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C818; }
p { color: rgb(3,200,24); }
H1.HeaderClassName
{
color: #03C818;
}
.AnyTagClassName
{
color: #03C818;
}
</style>
background-color css
<style>
a { background-color: #03C818; }
a { background-color: rgb(3,200,24); }
div.DivClassName
{
background-color: #03C818;
}
.BgClassName
{
background-color: #03C818;
}
</style>
border-color css
<style>
span { border-color: #03C818; }
span { border-color: rgb(3,200,24); }
td.TdClassName
{
border-color: #03C818;
}
.TagClassName
{
border-color: #03C818;
}
</style>