Shades of Dark Pastel Green #03CA40
Tints of Dark Pastel Green #03CA40
RGB
CMYK
RGB Variations
Color information
#03CA40 (or 0x03CA40) is known color: Dark Pastel Green. HEX triplet: 03, CA and 40. RGB value is (3,202,64). Sum of RGB (Red+Green+Blue) = 3+202+64=269 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 269); Green value is 202 (79.30% from 255 or 75.09% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 202 - color contains mainly: green. Hex color #03CA40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03CA40 is #FC35BF. Grayscale: #7F7F7F. Windows color (decimal): -16528832 or 4246019. OLE color: 4246019.
HSL color Cylindrical-coordinate representation of color #03CA40: hue angle of 138.39º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CA40 is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 202 | 64 | - |
| CMYK | 0.99 | 0 | 0.68 | 0.21 |
| HSL | 138.39º | 0.97% | 0.4% | - |
| HSV(B) | 138.39º | 0.99% | 0.79% | - |
| XYZ | 22.08 | 42.63 | 11.92 | - |
| YUV | 126.77 | 92.57 | 39.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 202 | 64 | 0.99 | 0 | 0.68 | 0.21 | 138.39 | 0.97 | 0.4 |
| Hex | 3 | CA | 40 | 63 | 0 | 44 | 15 | 8A | 61 | 28 |
| Octal | 3 | 312 | 100 | 143 | 0 | 104 | 25 | 212 | 141 | 50 |
| Binary | 11 | 11001010 | 1000000 | 1100011 | 0 | 1000100 | 10101 | 10001010 | 1100001 | 101000 |
Color Harmonies of #03CA40
Complementary color
Monochromatic Colors of #03CA40
Black with #03CA40
Text Example
Text Example
White with #03CA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CA40; }
p { color: rgb(3,202,64); }
H1.HeaderClassName
{
color: #03CA40;
}
.AnyTagClassName
{
color: #03CA40;
}
</style>
background-color css
<style>
a { background-color: #03CA40; }
a { background-color: rgb(3,202,64); }
div.DivClassName
{
background-color: #03CA40;
}
.BgClassName
{
background-color: #03CA40;
}
</style>
border-color css
<style>
span { border-color: #03CA40; }
span { border-color: rgb(3,202,64); }
td.TdClassName
{
border-color: #03CA40;
}
.TagClassName
{
border-color: #03CA40;
}
</style>