Shades of Dark Pastel Green #01DB2F
Tints of Dark Pastel Green #01DB2F
RGB
CMYK
RGB Variations
Color information
#01DB2F (or 0x01DB2F) is known color: Dark Pastel Green. HEX triplet: 01, DB and 2F. RGB value is (1,219,47). Sum of RGB (Red+Green+Blue) = 1+219+47=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 219 (85.94% from 255 or 82.02% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 219 - color contains mainly: green. Hex color #01DB2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DB2F is #FE24D0. Grayscale: #868686. Windows color (decimal): -16655569 or 3136257. OLE color: 3136257.
HSL color Cylindrical-coordinate representation of color #01DB2F: hue angle of 132.66º 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 #01DB2F is Cyan = 1.00, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
RGB | 1 | 219 | 47 | - |
CMYK | 1.00 | 0 | 0.79 | 0.14 |
HSL | 132.66º | 0.99% | 0.43% | - |
HSV(B) | 132.66º | 1% | 0.86% | - |
XYZ | 25.86 | 50.87 | 11.15 | - |
YUV | 134.21 | 78.78 | 32.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 219 | 47 | 1.00 | 0 | 0.79 | 0.14 | 132.66 | 0.99 | 0.43 |
Hex | 1 | DB | 2F | 64 | 0 | 4F | E | 85 | 63 | 2B |
Octal | 1 | 333 | 57 | 144 | 0 | 117 | 16 | 205 | 143 | 53 |
Binary | 1 | 11011011 | 101111 | 1100100 | 0 | 1001111 | 1110 | 10000101 | 1100011 | 101011 |
Color Harmonies of #01DB2F
Complementary color
Monochromatic Colors of #01DB2F
Black with #01DB2F
Text Example
Text Example
White with #01DB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DB2F; }
p { color: rgb(1,219,47); }
H1.HeaderClassName
{
color: #01DB2F;
}
.AnyTagClassName
{
color: #01DB2F;
}
</style>
background-color css
<style>
a { background-color: #01DB2F; }
a { background-color: rgb(1,219,47); }
div.DivClassName
{
background-color: #01DB2F;
}
.BgClassName
{
background-color: #01DB2F;
}
</style>
border-color css
<style>
span { border-color: #01DB2F; }
span { border-color: rgb(1,219,47); }
td.TdClassName
{
border-color: #01DB2F;
}
.TagClassName
{
border-color: #01DB2F;
}
</style>