Shades of Dark Pastel Green #03CA2C
Tints of Dark Pastel Green #03CA2C
RGB
CMYK
RGB Variations
Color information
#03CA2C (or 0x03CA2C) is known color: Dark Pastel Green. HEX triplet: 03, CA and 2C. RGB value is (3,202,44). Sum of RGB (Red+Green+Blue) = 3+202+44=249 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 249); Green value is 202 (79.30% from 255 or 81.12% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 202 - color contains mainly: green. Hex color #03CA2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03CA2C is #FC35D3. Grayscale: #7C7C7C. Windows color (decimal): -16528852 or 2935299. OLE color: 2935299.
HSL color Cylindrical-coordinate representation of color #03CA2C: hue angle of 132.36º 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 #03CA2C is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 202 | 44 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.21 |
| HSL | 132.36º | 0.97% | 0.4% | - |
| HSV(B) | 132.36º | 0.99% | 0.79% | - |
| XYZ | 21.61 | 42.44 | 9.44 | - |
| YUV | 124.49 | 82.57 | 41.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 202 | 44 | 0.99 | 0 | 0.78 | 0.21 | 132.36 | 0.97 | 0.4 |
| Hex | 3 | CA | 2C | 63 | 0 | 4E | 15 | 84 | 61 | 28 |
| Octal | 3 | 312 | 54 | 143 | 0 | 116 | 25 | 204 | 141 | 50 |
| Binary | 11 | 11001010 | 101100 | 1100011 | 0 | 1001110 | 10101 | 10000100 | 1100001 | 101000 |
Color Harmonies of #03CA2C
Complementary color
Monochromatic Colors of #03CA2C
Black with #03CA2C
Text Example
Text Example
White with #03CA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CA2C; }
p { color: rgb(3,202,44); }
H1.HeaderClassName
{
color: #03CA2C;
}
.AnyTagClassName
{
color: #03CA2C;
}
</style>
background-color css
<style>
a { background-color: #03CA2C; }
a { background-color: rgb(3,202,44); }
div.DivClassName
{
background-color: #03CA2C;
}
.BgClassName
{
background-color: #03CA2C;
}
</style>
border-color css
<style>
span { border-color: #03CA2C; }
span { border-color: rgb(3,202,44); }
td.TdClassName
{
border-color: #03CA2C;
}
.TagClassName
{
border-color: #03CA2C;
}
</style>