Shades of Dark Pastel Green #01DC29
Tints of Dark Pastel Green #01DC29
RGB
CMYK
RGB Variations
Color information
#01DC29 (or 0x01DC29) is known color: Dark Pastel Green. HEX triplet: 01, DC and 29. RGB value is (1,220,41). Sum of RGB (Red+Green+Blue) = 1+220+41=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 220 (86.33% from 255 or 83.97% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 220 - color contains mainly: green. Hex color #01DC29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DC29 is #FE23D6. Grayscale: #868686. Windows color (decimal): -16655319 or 2743297. OLE color: 2743297.
HSL color Cylindrical-coordinate representation of color #01DC29: hue angle of 130.96º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DC29 is Cyan = 1.00, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 220 | 41 | - |
| CMYK | 1.00 | 0 | 0.81 | 0.14 |
| HSL | 130.96º | 0.99% | 0.43% | - |
| HSV(B) | 130.96º | 1% | 0.86% | - |
| XYZ | 26.01 | 51.35 | 10.64 | - |
| YUV | 134.11 | 75.45 | 33.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 220 | 41 | 1.00 | 0 | 0.81 | 0.14 | 130.96 | 0.99 | 0.43 |
| Hex | 1 | DC | 29 | 64 | 0 | 51 | E | 83 | 63 | 2B |
| Octal | 1 | 334 | 51 | 144 | 0 | 121 | 16 | 203 | 143 | 53 |
| Binary | 1 | 11011100 | 101001 | 1100100 | 0 | 1010001 | 1110 | 10000011 | 1100011 | 101011 |
Color Harmonies of #01DC29
Complementary color
Monochromatic Colors of #01DC29
Black with #01DC29
Text Example
Text Example
White with #01DC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DC29; }
p { color: rgb(1,220,41); }
H1.HeaderClassName
{
color: #01DC29;
}
.AnyTagClassName
{
color: #01DC29;
}
</style>
background-color css
<style>
a { background-color: #01DC29; }
a { background-color: rgb(1,220,41); }
div.DivClassName
{
background-color: #01DC29;
}
.BgClassName
{
background-color: #01DC29;
}
</style>
border-color css
<style>
span { border-color: #01DC29; }
span { border-color: rgb(1,220,41); }
td.TdClassName
{
border-color: #01DC29;
}
.TagClassName
{
border-color: #01DC29;
}
</style>