Shades of Dark Pastel Green #03DC29
Tints of Dark Pastel Green #03DC29
RGB
CMYK
RGB Variations
Color information
#03DC29 (or 0x03DC29) is known color: Dark Pastel Green. HEX triplet: 03, DC and 29. RGB value is (3,220,41). Sum of RGB (Red+Green+Blue) = 3+220+41=264 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 264); Green value is 220 (86.33% from 255 or 83.33% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 220 - color contains mainly: green. Hex color #03DC29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03DC29 is #FC23D6. Grayscale: #878787. Windows color (decimal): -16524247 or 2743299. OLE color: 2743299.
HSL color Cylindrical-coordinate representation of color #03DC29: hue angle of 130.51º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DC29 is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 220 | 41 | - |
| CMYK | 0.99 | 0 | 0.81 | 0.14 |
| HSL | 130.51º | 0.97% | 0.44% | - |
| HSV(B) | 130.51º | 0.99% | 0.86% | - |
| XYZ | 26.03 | 51.37 | 10.64 | - |
| YUV | 134.71 | 75.11 | 34.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 220 | 41 | 0.99 | 0 | 0.81 | 0.14 | 130.51 | 0.97 | 0.44 |
| Hex | 3 | DC | 29 | 63 | 0 | 51 | E | 83 | 61 | 2C |
| Octal | 3 | 334 | 51 | 143 | 0 | 121 | 16 | 203 | 141 | 54 |
| Binary | 11 | 11011100 | 101001 | 1100011 | 0 | 1010001 | 1110 | 10000011 | 1100001 | 101100 |
Color Harmonies of #03DC29
Complementary color
Monochromatic Colors of #03DC29
Black with #03DC29
Text Example
Text Example
White with #03DC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DC29; }
p { color: rgb(3,220,41); }
H1.HeaderClassName
{
color: #03DC29;
}
.AnyTagClassName
{
color: #03DC29;
}
</style>
background-color css
<style>
a { background-color: #03DC29; }
a { background-color: rgb(3,220,41); }
div.DivClassName
{
background-color: #03DC29;
}
.BgClassName
{
background-color: #03DC29;
}
</style>
border-color css
<style>
span { border-color: #03DC29; }
span { border-color: rgb(3,220,41); }
td.TdClassName
{
border-color: #03DC29;
}
.TagClassName
{
border-color: #03DC29;
}
</style>