Shades of Dark Pastel Green #01D039
Tints of Dark Pastel Green #01D039
RGB
CMYK
RGB Variations
Color information
#01D039 (or 0x01D039) is known color: Dark Pastel Green. HEX triplet: 01, D0 and 39. RGB value is (1,208,57). Sum of RGB (Red+Green+Blue) = 1+208+57=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 208 (81.64% from 255 or 78.20% from 266); Blue value is 57 (22.66% from 255 or 21.43% from 266); Max value from RGB is 208 - color contains mainly: green. Hex color #01D039 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D039 is #FE2FC6. Grayscale: #818181. Windows color (decimal): -16658375 or 3788801. OLE color: 3788801.
HSL color Cylindrical-coordinate representation of color #01D039: hue angle of 136.23º 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 #01D039 is Cyan = 1.00, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 208 | 57 | - |
| CMYK | 1.00 | 0 | 0.73 | 0.18 |
| HSL | 136.23º | 0.99% | 0.41% | - |
| HSV(B) | 136.23º | 1% | 0.82% | - |
| XYZ | 23.31 | 45.41 | 11.41 | - |
| YUV | 128.89 | 87.42 | 36.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 208 | 57 | 1.00 | 0 | 0.73 | 0.18 | 136.23 | 0.99 | 0.41 |
| Hex | 1 | D0 | 39 | 64 | 0 | 49 | 12 | 88 | 63 | 29 |
| Octal | 1 | 320 | 71 | 144 | 0 | 111 | 22 | 210 | 143 | 51 |
| Binary | 1 | 11010000 | 111001 | 1100100 | 0 | 1001001 | 10010 | 10001000 | 1100011 | 101001 |
Color Harmonies of #01D039
Complementary color
Monochromatic Colors of #01D039
Black with #01D039
Text Example
Text Example
White with #01D039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D039; }
p { color: rgb(1,208,57); }
H1.HeaderClassName
{
color: #01D039;
}
.AnyTagClassName
{
color: #01D039;
}
</style>
background-color css
<style>
a { background-color: #01D039; }
a { background-color: rgb(1,208,57); }
div.DivClassName
{
background-color: #01D039;
}
.BgClassName
{
background-color: #01D039;
}
</style>
border-color css
<style>
span { border-color: #01D039; }
span { border-color: rgb(1,208,57); }
td.TdClassName
{
border-color: #01D039;
}
.TagClassName
{
border-color: #01D039;
}
</style>