Shades of Dark Pastel Green #03C812
Tints of Dark Pastel Green #03C812
RGB
CMYK
RGB Variations
Color information
#03C812 (or 0x03C812) is known color: Dark Pastel Green. HEX triplet: 03, C8 and 12. RGB value is (3,200,18). Sum of RGB (Red+Green+Blue) = 3+200+18=221 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 221); Green value is 200 (78.52% from 255 or 90.50% from 221); Blue value is 18 (7.42% from 255 or 8.14% from 221); Max value from RGB is 200 - color contains mainly: green. Hex color #03C812 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03C812 is #FC37ED. Grayscale: #787878. Windows color (decimal): -16529390 or 1230851. OLE color: 1230851.
HSL color Cylindrical-coordinate representation of color #03C812: hue angle of 124.57º 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 #03C812 is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 200 | 18 | - |
| CMYK | 0.98 | 0 | 0.91 | 0.22 |
| HSL | 124.57º | 0.97% | 0.4% | - |
| HSV(B) | 124.57º | 0.99% | 0.78% | - |
| XYZ | 20.8 | 41.37 | 7.46 | - |
| YUV | 120.35 | 70.23 | 44.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 200 | 18 | 0.98 | 0 | 0.91 | 0.22 | 124.57 | 0.97 | 0.4 |
| Hex | 3 | C8 | 12 | 62 | 0 | 5B | 16 | 7D | 61 | 28 |
| Octal | 3 | 310 | 22 | 142 | 0 | 133 | 26 | 175 | 141 | 50 |
| Binary | 11 | 11001000 | 10010 | 1100010 | 0 | 1011011 | 10110 | 1111101 | 1100001 | 101000 |
Color Harmonies of #03C812
Complementary color
Monochromatic Colors of #03C812
Black with #03C812
Text Example
Text Example
White with #03C812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C812; }
p { color: rgb(3,200,18); }
H1.HeaderClassName
{
color: #03C812;
}
.AnyTagClassName
{
color: #03C812;
}
</style>
background-color css
<style>
a { background-color: #03C812; }
a { background-color: rgb(3,200,18); }
div.DivClassName
{
background-color: #03C812;
}
.BgClassName
{
background-color: #03C812;
}
</style>
border-color css
<style>
span { border-color: #03C812; }
span { border-color: rgb(3,200,18); }
td.TdClassName
{
border-color: #03C812;
}
.TagClassName
{
border-color: #03C812;
}
</style>