Shades of Dark Pastel Green #01D129
Tints of Dark Pastel Green #01D129
RGB
CMYK
RGB Variations
Color information
#01D129 (or 0x01D129) is known color: Dark Pastel Green. HEX triplet: 01, D1 and 29. RGB value is (1,209,41). Sum of RGB (Red+Green+Blue) = 1+209+41=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 209 (82.03% from 255 or 83.27% from 251); Blue value is 41 (16.41% from 255 or 16.33% from 251); Max value from RGB is 209 - color contains mainly: green. Hex color #01D129 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D129 is #FE2ED6. Grayscale: #808080. Windows color (decimal): -16658135 or 2740481. OLE color: 2740481.
HSL color Cylindrical-coordinate representation of color #01D129: hue angle of 131.54º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D129 is Cyan = 1.00, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 209 | 41 | - |
| CMYK | 1.00 | 0 | 0.80 | 0.18 |
| HSL | 131.54º | 0.99% | 0.41% | - |
| HSV(B) | 131.54º | 1% | 0.82% | - |
| XYZ | 23.21 | 45.77 | 9.71 | - |
| YUV | 127.66 | 79.09 | 37.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 209 | 41 | 1.00 | 0 | 0.80 | 0.18 | 131.54 | 0.99 | 0.41 |
| Hex | 1 | D1 | 29 | 64 | 0 | 50 | 12 | 84 | 63 | 29 |
| Octal | 1 | 321 | 51 | 144 | 0 | 120 | 22 | 204 | 143 | 51 |
| Binary | 1 | 11010001 | 101001 | 1100100 | 0 | 1010000 | 10010 | 10000100 | 1100011 | 101001 |
Color Harmonies of #01D129
Complementary color
Monochromatic Colors of #01D129
Black with #01D129
Text Example
Text Example
White with #01D129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D129; }
p { color: rgb(1,209,41); }
H1.HeaderClassName
{
color: #01D129;
}
.AnyTagClassName
{
color: #01D129;
}
</style>
background-color css
<style>
a { background-color: #01D129; }
a { background-color: rgb(1,209,41); }
div.DivClassName
{
background-color: #01D129;
}
.BgClassName
{
background-color: #01D129;
}
</style>
border-color css
<style>
span { border-color: #01D129; }
span { border-color: rgb(1,209,41); }
td.TdClassName
{
border-color: #01D129;
}
.TagClassName
{
border-color: #01D129;
}
</style>