Shades of Dark Pastel Green #03CA1F
Tints of Dark Pastel Green #03CA1F
RGB
CMYK
RGB Variations
Color information
#03CA1F (or 0x03CA1F) is known color: Dark Pastel Green. HEX triplet: 03, CA and 1F. RGB value is (3,202,31). Sum of RGB (Red+Green+Blue) = 3+202+31=236 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 236); Green value is 202 (79.30% from 255 or 85.59% from 236); Blue value is 31 (12.5% from 255 or 13.14% from 236); Max value from RGB is 202 - color contains mainly: green. Hex color #03CA1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03CA1F is #FC35E0. Grayscale: #7B7B7B. Windows color (decimal): -16528865 or 2083331. OLE color: 2083331.
HSL color Cylindrical-coordinate representation of color #03CA1F: hue angle of 128.44º 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 #03CA1F is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 202 | 31 | - |
| CMYK | 0.99 | 0 | 0.85 | 0.21 |
| HSL | 128.44º | 0.97% | 0.4% | - |
| HSV(B) | 128.44º | 0.99% | 0.79% | - |
| XYZ | 21.41 | 42.36 | 8.34 | - |
| YUV | 123.01 | 76.07 | 42.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 202 | 31 | 0.99 | 0 | 0.85 | 0.21 | 128.44 | 0.97 | 0.4 |
| Hex | 3 | CA | 1F | 63 | 0 | 55 | 15 | 80 | 61 | 28 |
| Octal | 3 | 312 | 37 | 143 | 0 | 125 | 25 | 200 | 141 | 50 |
| Binary | 11 | 11001010 | 11111 | 1100011 | 0 | 1010101 | 10101 | 10000000 | 1100001 | 101000 |
Color Harmonies of #03CA1F
Complementary color
Monochromatic Colors of #03CA1F
Black with #03CA1F
Text Example
Text Example
White with #03CA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CA1F; }
p { color: rgb(3,202,31); }
H1.HeaderClassName
{
color: #03CA1F;
}
.AnyTagClassName
{
color: #03CA1F;
}
</style>
background-color css
<style>
a { background-color: #03CA1F; }
a { background-color: rgb(3,202,31); }
div.DivClassName
{
background-color: #03CA1F;
}
.BgClassName
{
background-color: #03CA1F;
}
</style>
border-color css
<style>
span { border-color: #03CA1F; }
span { border-color: rgb(3,202,31); }
td.TdClassName
{
border-color: #03CA1F;
}
.TagClassName
{
border-color: #03CA1F;
}
</style>