Shades of Dark Pastel Green #03D529
Tints of Dark Pastel Green #03D529
RGB
CMYK
RGB Variations
Color information
#03D529 (or 0x03D529) is known color: Dark Pastel Green. HEX triplet: 03, D5 and 29. RGB value is (3,213,41). Sum of RGB (Red+Green+Blue) = 3+213+41=257 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 257); Green value is 213 (83.59% from 255 or 82.88% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 213 - color contains mainly: green. Hex color #03D529 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D529 is #FC2AD6. Grayscale: #838383. Windows color (decimal): -16526039 or 2741507. OLE color: 2741507.
HSL color Cylindrical-coordinate representation of color #03D529: hue angle of 130.86º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D529 is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 213 | 41 | - |
| CMYK | 0.99 | 0 | 0.81 | 0.16 |
| HSL | 130.86º | 0.97% | 0.42% | - |
| HSV(B) | 130.86º | 0.99% | 0.84% | - |
| XYZ | 24.23 | 47.77 | 10.04 | - |
| YUV | 130.6 | 77.43 | 36.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 213 | 41 | 0.99 | 0 | 0.81 | 0.16 | 130.86 | 0.97 | 0.42 |
| Hex | 3 | D5 | 29 | 63 | 0 | 51 | 10 | 83 | 61 | 2A |
| Octal | 3 | 325 | 51 | 143 | 0 | 121 | 20 | 203 | 141 | 52 |
| Binary | 11 | 11010101 | 101001 | 1100011 | 0 | 1010001 | 10000 | 10000011 | 1100001 | 101010 |
Color Harmonies of #03D529
Complementary color
Monochromatic Colors of #03D529
Black with #03D529
Text Example
Text Example
White with #03D529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D529; }
p { color: rgb(3,213,41); }
H1.HeaderClassName
{
color: #03D529;
}
.AnyTagClassName
{
color: #03D529;
}
</style>
background-color css
<style>
a { background-color: #03D529; }
a { background-color: rgb(3,213,41); }
div.DivClassName
{
background-color: #03D529;
}
.BgClassName
{
background-color: #03D529;
}
</style>
border-color css
<style>
span { border-color: #03D529; }
span { border-color: rgb(3,213,41); }
td.TdClassName
{
border-color: #03D529;
}
.TagClassName
{
border-color: #03D529;
}
</style>