Shades of Dark Pastel Green #03D329
Tints of Dark Pastel Green #03D329
RGB
CMYK
RGB Variations
Color information
#03D329 (or 0x03D329) is known color: Dark Pastel Green. HEX triplet: 03, D3 and 29. RGB value is (3,211,41). Sum of RGB (Red+Green+Blue) = 3+211+41=255 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 255); Green value is 211 (82.81% from 255 or 82.75% from 255); Blue value is 41 (16.41% from 255 or 16.08% from 255); Max value from RGB is 211 - color contains mainly: green. Hex color #03D329 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D329 is #FC2CD6. Grayscale: #818181. Windows color (decimal): -16526551 or 2740995. OLE color: 2740995.
HSL color Cylindrical-coordinate representation of color #03D329: hue angle of 130.96º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D329 is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 3 | 211 | 41 | - |
| CMYK | 0.99 | 0 | 0.81 | 0.17 |
| HSL | 130.96º | 0.97% | 0.42% | - |
| HSV(B) | 130.96º | 0.99% | 0.83% | - |
| XYZ | 23.73 | 46.77 | 9.87 | - |
| YUV | 129.43 | 78.09 | 37.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 211 | 41 | 0.99 | 0 | 0.81 | 0.17 | 130.96 | 0.97 | 0.42 |
| Hex | 3 | D3 | 29 | 63 | 0 | 51 | 11 | 83 | 61 | 2A |
| Octal | 3 | 323 | 51 | 143 | 0 | 121 | 21 | 203 | 141 | 52 |
| Binary | 11 | 11010011 | 101001 | 1100011 | 0 | 1010001 | 10001 | 10000011 | 1100001 | 101010 |
Color Harmonies of #03D329
Complementary color
Monochromatic Colors of #03D329
Black with #03D329
Text Example
Text Example
White with #03D329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D329; }
p { color: rgb(3,211,41); }
H1.HeaderClassName
{
color: #03D329;
}
.AnyTagClassName
{
color: #03D329;
}
</style>
background-color css
<style>
a { background-color: #03D329; }
a { background-color: rgb(3,211,41); }
div.DivClassName
{
background-color: #03D329;
}
.BgClassName
{
background-color: #03D329;
}
</style>
border-color css
<style>
span { border-color: #03D329; }
span { border-color: rgb(3,211,41); }
td.TdClassName
{
border-color: #03D329;
}
.TagClassName
{
border-color: #03D329;
}
</style>