Shades of Dark Pastel Green #03DD29
Tints of Dark Pastel Green #03DD29
RGB
CMYK
RGB Variations
Color information
#03DD29 (or 0x03DD29) is known color: Dark Pastel Green. HEX triplet: 03, DD and 29. RGB value is (3,221,41). Sum of RGB (Red+Green+Blue) = 3+221+41=265 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 265); Green value is 221 (86.72% from 255 or 83.40% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 221 - color contains mainly: green. Hex color #03DD29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03DD29 is #FC22D6. Grayscale: #878787. Windows color (decimal): -16523991 or 2743555. OLE color: 2743555.
HSL color Cylindrical-coordinate representation of color #03DD29: hue angle of 130.46º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DD29 is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 221 | 41 | - |
| CMYK | 0.99 | 0 | 0.81 | 0.13 |
| HSL | 130.46º | 0.97% | 0.44% | - |
| HSV(B) | 130.46º | 0.99% | 0.87% | - |
| XYZ | 26.29 | 51.89 | 10.73 | - |
| YUV | 135.3 | 74.78 | 33.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 221 | 41 | 0.99 | 0 | 0.81 | 0.13 | 130.46 | 0.97 | 0.44 |
| Hex | 3 | DD | 29 | 63 | 0 | 51 | D | 82 | 61 | 2C |
| Octal | 3 | 335 | 51 | 143 | 0 | 121 | 15 | 202 | 141 | 54 |
| Binary | 11 | 11011101 | 101001 | 1100011 | 0 | 1010001 | 1101 | 10000010 | 1100001 | 101100 |
Color Harmonies of #03DD29
Complementary color
Monochromatic Colors of #03DD29
Black with #03DD29
Text Example
Text Example
White with #03DD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DD29; }
p { color: rgb(3,221,41); }
H1.HeaderClassName
{
color: #03DD29;
}
.AnyTagClassName
{
color: #03DD29;
}
</style>
background-color css
<style>
a { background-color: #03DD29; }
a { background-color: rgb(3,221,41); }
div.DivClassName
{
background-color: #03DD29;
}
.BgClassName
{
background-color: #03DD29;
}
</style>
border-color css
<style>
span { border-color: #03DD29; }
span { border-color: rgb(3,221,41); }
td.TdClassName
{
border-color: #03DD29;
}
.TagClassName
{
border-color: #03DD29;
}
</style>