Shades of Dark Pastel Green #01DB34
Tints of Dark Pastel Green #01DB34
RGB
CMYK
RGB Variations
Color information
#01DB34 (or 0x01DB34) is known color: Dark Pastel Green. HEX triplet: 01, DB and 34. RGB value is (1,219,52). Sum of RGB (Red+Green+Blue) = 1+219+52=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 219 (85.94% from 255 or 80.51% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 219 - color contains mainly: green. Hex color #01DB34 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DB34 is #FE24CB. Grayscale: #878787. Windows color (decimal): -16655564 or 3463937. OLE color: 3463937.
HSL color Cylindrical-coordinate representation of color #01DB34: hue angle of 134.04º 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 #01DB34 is Cyan = 1.00, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 219 | 52 | - |
| CMYK | 1.00 | 0 | 0.76 | 0.14 |
| HSL | 134.04º | 0.99% | 0.43% | - |
| HSV(B) | 134.04º | 1% | 0.86% | - |
| XYZ | 25.96 | 50.92 | 11.71 | - |
| YUV | 134.78 | 81.28 | 32.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 219 | 52 | 1.00 | 0 | 0.76 | 0.14 | 134.04 | 0.99 | 0.43 |
| Hex | 1 | DB | 34 | 64 | 0 | 4C | E | 86 | 63 | 2B |
| Octal | 1 | 333 | 64 | 144 | 0 | 114 | 16 | 206 | 143 | 53 |
| Binary | 1 | 11011011 | 110100 | 1100100 | 0 | 1001100 | 1110 | 10000110 | 1100011 | 101011 |
Color Harmonies of #01DB34
Complementary color
Monochromatic Colors of #01DB34
Black with #01DB34
Text Example
Text Example
White with #01DB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DB34; }
p { color: rgb(1,219,52); }
H1.HeaderClassName
{
color: #01DB34;
}
.AnyTagClassName
{
color: #01DB34;
}
</style>
background-color css
<style>
a { background-color: #01DB34; }
a { background-color: rgb(1,219,52); }
div.DivClassName
{
background-color: #01DB34;
}
.BgClassName
{
background-color: #01DB34;
}
</style>
border-color css
<style>
span { border-color: #01DB34; }
span { border-color: rgb(1,219,52); }
td.TdClassName
{
border-color: #01DB34;
}
.TagClassName
{
border-color: #01DB34;
}
</style>