Shades of Dark Pastel Green #03E12D
Tints of Dark Pastel Green #03E12D
RGB
CMYK
RGB Variations
Color information
#03E12D (or 0x03E12D) is known color: Dark Pastel Green. HEX triplet: 03, E1 and 2D. RGB value is (3,225,45). Sum of RGB (Red+Green+Blue) = 3+225+45=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 225 (88.28% from 255 or 82.42% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 225 - color contains mainly: green. Hex color #03E12D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03E12D is #FC1ED2. Grayscale: #8A8A8A. Windows color (decimal): -16522963 or 3006723. OLE color: 3006723.
HSL color Cylindrical-coordinate representation of color #03E12D: hue angle of 131.35º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E12D is Cyan = 0.99, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 3 | 225 | 45 | - |
| CMYK | 0.99 | 0 | 0.8 | 0.12 |
| HSL | 131.35º | 0.97% | 0.45% | - |
| HSV(B) | 131.35º | 0.99% | 0.88% | - |
| XYZ | 27.44 | 54.06 | 11.47 | - |
| YUV | 138.1 | 75.45 | 31.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 225 | 45 | 0.99 | 0 | 0.8 | 0.12 | 131.35 | 0.97 | 0.45 |
| Hex | 3 | E1 | 2D | 63 | 0 | 50 | C | 83 | 61 | 2D |
| Octal | 3 | 341 | 55 | 143 | 0 | 120 | 14 | 203 | 141 | 55 |
| Binary | 11 | 11100001 | 101101 | 1100011 | 0 | 1010000 | 1100 | 10000011 | 1100001 | 101101 |
Color Harmonies of #03E12D
Complementary color
Monochromatic Colors of #03E12D
Black with #03E12D
Text Example
Text Example
White with #03E12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E12D; }
p { color: rgb(3,225,45); }
H1.HeaderClassName
{
color: #03E12D;
}
.AnyTagClassName
{
color: #03E12D;
}
</style>
background-color css
<style>
a { background-color: #03E12D; }
a { background-color: rgb(3,225,45); }
div.DivClassName
{
background-color: #03E12D;
}
.BgClassName
{
background-color: #03E12D;
}
</style>
border-color css
<style>
span { border-color: #03E12D; }
span { border-color: rgb(3,225,45); }
td.TdClassName
{
border-color: #03E12D;
}
.TagClassName
{
border-color: #03E12D;
}
</style>