Shades of Dark Pastel Green #03CA20
Tints of Dark Pastel Green #03CA20
RGB
CMYK
RGB Variations
Color information
#03CA20 (or 0x03CA20) is known color: Dark Pastel Green. HEX triplet: 03, CA and 20. RGB value is (3,202,32). Sum of RGB (Red+Green+Blue) = 3+202+32=237 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 237); Green value is 202 (79.30% from 255 or 85.23% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 202 - color contains mainly: green. Hex color #03CA20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03CA20 is #FC35DF. Grayscale: #7B7B7B. Windows color (decimal): -16528864 or 2148867. OLE color: 2148867.
HSL color Cylindrical-coordinate representation of color #03CA20: hue angle of 128.74º 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 #03CA20 is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 202 | 32 | - |
| CMYK | 0.99 | 0 | 0.84 | 0.21 |
| HSL | 128.74º | 0.97% | 0.4% | - |
| HSV(B) | 128.74º | 0.99% | 0.79% | - |
| XYZ | 21.42 | 42.36 | 8.41 | - |
| YUV | 123.12 | 76.57 | 42.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 202 | 32 | 0.99 | 0 | 0.84 | 0.21 | 128.74 | 0.97 | 0.4 |
| Hex | 3 | CA | 20 | 63 | 0 | 54 | 15 | 81 | 61 | 28 |
| Octal | 3 | 312 | 40 | 143 | 0 | 124 | 25 | 201 | 141 | 50 |
| Binary | 11 | 11001010 | 100000 | 1100011 | 0 | 1010100 | 10101 | 10000001 | 1100001 | 101000 |
Color Harmonies of #03CA20
Complementary color
Monochromatic Colors of #03CA20
Black with #03CA20
Text Example
Text Example
White with #03CA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CA20; }
p { color: rgb(3,202,32); }
H1.HeaderClassName
{
color: #03CA20;
}
.AnyTagClassName
{
color: #03CA20;
}
</style>
background-color css
<style>
a { background-color: #03CA20; }
a { background-color: rgb(3,202,32); }
div.DivClassName
{
background-color: #03CA20;
}
.BgClassName
{
background-color: #03CA20;
}
</style>
border-color css
<style>
span { border-color: #03CA20; }
span { border-color: rgb(3,202,32); }
td.TdClassName
{
border-color: #03CA20;
}
.TagClassName
{
border-color: #03CA20;
}
</style>