Shades of Dark Pastel Green #01D629
Tints of Dark Pastel Green #01D629
RGB
CMYK
RGB Variations
Color information
#01D629 (or 0x01D629) is known color: Dark Pastel Green. HEX triplet: 01, D6 and 29. RGB value is (1,214,41). Sum of RGB (Red+Green+Blue) = 1+214+41=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 214 (83.98% from 255 or 83.59% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 214 - color contains mainly: green. Hex color #01D629 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D629 is #FE29D6. Grayscale: #838383. Windows color (decimal): -16656855 or 2741761. OLE color: 2741761.
HSL color Cylindrical-coordinate representation of color #01D629: hue angle of 131.27º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D629 is Cyan = 1.00, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 214 | 41 | - |
| CMYK | 1.00 | 0 | 0.81 | 0.16 |
| HSL | 131.27º | 0.99% | 0.42% | - |
| HSV(B) | 131.27º | 1% | 0.84% | - |
| XYZ | 24.46 | 48.26 | 10.12 | - |
| YUV | 130.59 | 77.43 | 35.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 214 | 41 | 1.00 | 0 | 0.81 | 0.16 | 131.27 | 0.99 | 0.42 |
| Hex | 1 | D6 | 29 | 64 | 0 | 51 | 10 | 83 | 63 | 2A |
| Octal | 1 | 326 | 51 | 144 | 0 | 121 | 20 | 203 | 143 | 52 |
| Binary | 1 | 11010110 | 101001 | 1100100 | 0 | 1010001 | 10000 | 10000011 | 1100011 | 101010 |
Color Harmonies of #01D629
Complementary color
Monochromatic Colors of #01D629
Black with #01D629
Text Example
Text Example
White with #01D629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D629; }
p { color: rgb(1,214,41); }
H1.HeaderClassName
{
color: #01D629;
}
.AnyTagClassName
{
color: #01D629;
}
</style>
background-color css
<style>
a { background-color: #01D629; }
a { background-color: rgb(1,214,41); }
div.DivClassName
{
background-color: #01D629;
}
.BgClassName
{
background-color: #01D629;
}
</style>
border-color css
<style>
span { border-color: #01D629; }
span { border-color: rgb(1,214,41); }
td.TdClassName
{
border-color: #01D629;
}
.TagClassName
{
border-color: #01D629;
}
</style>