Shades of Dark Pastel Green #03D629
Tints of Dark Pastel Green #03D629
RGB
CMYK
RGB Variations
Color information
#03D629 (or 0x03D629) is known color: Dark Pastel Green. HEX triplet: 03, D6 and 29. RGB value is (3,214,41). Sum of RGB (Red+Green+Blue) = 3+214+41=258 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 258); Green value is 214 (83.98% from 255 or 82.95% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 214 - color contains mainly: green. Hex color #03D629 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D629 is #FC29D6. Grayscale: #838383. Windows color (decimal): -16525783 or 2741763. OLE color: 2741763.
HSL color Cylindrical-coordinate representation of color #03D629: hue angle of 130.81º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D629 is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 214 | 41 | - |
| CMYK | 0.99 | 0 | 0.81 | 0.16 |
| HSL | 130.81º | 0.97% | 0.43% | - |
| HSV(B) | 130.81º | 0.99% | 0.84% | - |
| XYZ | 24.48 | 48.27 | 10.12 | - |
| YUV | 131.19 | 77.1 | 36.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 214 | 41 | 0.99 | 0 | 0.81 | 0.16 | 130.81 | 0.97 | 0.43 |
| Hex | 3 | D6 | 29 | 63 | 0 | 51 | 10 | 83 | 61 | 2B |
| Octal | 3 | 326 | 51 | 143 | 0 | 121 | 20 | 203 | 141 | 53 |
| Binary | 11 | 11010110 | 101001 | 1100011 | 0 | 1010001 | 10000 | 10000011 | 1100001 | 101011 |
Color Harmonies of #03D629
Complementary color
Monochromatic Colors of #03D629
Black with #03D629
Text Example
Text Example
White with #03D629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D629; }
p { color: rgb(3,214,41); }
H1.HeaderClassName
{
color: #03D629;
}
.AnyTagClassName
{
color: #03D629;
}
</style>
background-color css
<style>
a { background-color: #03D629; }
a { background-color: rgb(3,214,41); }
div.DivClassName
{
background-color: #03D629;
}
.BgClassName
{
background-color: #03D629;
}
</style>
border-color css
<style>
span { border-color: #03D629; }
span { border-color: rgb(3,214,41); }
td.TdClassName
{
border-color: #03D629;
}
.TagClassName
{
border-color: #03D629;
}
</style>