Shades of Dark Pastel Green #01DA28
Tints of Dark Pastel Green #01DA28
RGB
CMYK
RGB Variations
Color information
#01DA28 (or 0x01DA28) is known color: Dark Pastel Green. HEX triplet: 01, DA and 28. RGB value is (1,218,40). Sum of RGB (Red+Green+Blue) = 1+218+40=259 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 259); Green value is 218 (85.55% from 255 or 84.17% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 218 - color contains mainly: green. Hex color #01DA28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DA28 is #FE25D7. Grayscale: #858585. Windows color (decimal): -16655832 or 2677249. OLE color: 2677249.
HSL color Cylindrical-coordinate representation of color #01DA28: hue angle of 130.78º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DA28 is Cyan = 1.00, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 218 | 40 | - |
| CMYK | 1.00 | 0 | 0.82 | 0.15 |
| HSL | 130.78º | 0.99% | 0.43% | - |
| HSV(B) | 130.78º | 1% | 0.85% | - |
| XYZ | 25.47 | 50.3 | 10.37 | - |
| YUV | 132.83 | 75.61 | 33.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 218 | 40 | 1.00 | 0 | 0.82 | 0.15 | 130.78 | 0.99 | 0.43 |
| Hex | 1 | DA | 28 | 64 | 0 | 52 | F | 83 | 63 | 2B |
| Octal | 1 | 332 | 50 | 144 | 0 | 122 | 17 | 203 | 143 | 53 |
| Binary | 1 | 11011010 | 101000 | 1100100 | 0 | 1010010 | 1111 | 10000011 | 1100011 | 101011 |
Color Harmonies of #01DA28
Complementary color
Monochromatic Colors of #01DA28
Black with #01DA28
Text Example
Text Example
White with #01DA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DA28; }
p { color: rgb(1,218,40); }
H1.HeaderClassName
{
color: #01DA28;
}
.AnyTagClassName
{
color: #01DA28;
}
</style>
background-color css
<style>
a { background-color: #01DA28; }
a { background-color: rgb(1,218,40); }
div.DivClassName
{
background-color: #01DA28;
}
.BgClassName
{
background-color: #01DA28;
}
</style>
border-color css
<style>
span { border-color: #01DA28; }
span { border-color: rgb(1,218,40); }
td.TdClassName
{
border-color: #01DA28;
}
.TagClassName
{
border-color: #01DA28;
}
</style>