Shades of Dark Pastel Green #01D239
Tints of Dark Pastel Green #01D239
RGB
CMYK
RGB Variations
Color information
#01D239 (or 0x01D239) is known color: Dark Pastel Green. HEX triplet: 01, D2 and 39. RGB value is (1,210,57). Sum of RGB (Red+Green+Blue) = 1+210+57=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 210 (82.42% from 255 or 78.36% from 268); Blue value is 57 (22.66% from 255 or 21.27% from 268); Max value from RGB is 210 - color contains mainly: green. Hex color #01D239 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D239 is #FE2DC6. Grayscale: #828282. Windows color (decimal): -16657863 or 3789313. OLE color: 3789313.
HSL color Cylindrical-coordinate representation of color #01D239: hue angle of 136.08º 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 #01D239 is Cyan = 1.00, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 210 | 57 | - |
| CMYK | 1.00 | 0 | 0.73 | 0.18 |
| HSL | 136.08º | 0.99% | 0.41% | - |
| HSV(B) | 136.08º | 1% | 0.82% | - |
| XYZ | 23.8 | 46.4 | 11.57 | - |
| YUV | 130.07 | 86.76 | 35.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 210 | 57 | 1.00 | 0 | 0.73 | 0.18 | 136.08 | 0.99 | 0.41 |
| Hex | 1 | D2 | 39 | 64 | 0 | 49 | 12 | 88 | 63 | 29 |
| Octal | 1 | 322 | 71 | 144 | 0 | 111 | 22 | 210 | 143 | 51 |
| Binary | 1 | 11010010 | 111001 | 1100100 | 0 | 1001001 | 10010 | 10001000 | 1100011 | 101001 |
Color Harmonies of #01D239
Complementary color
Monochromatic Colors of #01D239
Black with #01D239
Text Example
Text Example
White with #01D239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D239; }
p { color: rgb(1,210,57); }
H1.HeaderClassName
{
color: #01D239;
}
.AnyTagClassName
{
color: #01D239;
}
</style>
background-color css
<style>
a { background-color: #01D239; }
a { background-color: rgb(1,210,57); }
div.DivClassName
{
background-color: #01D239;
}
.BgClassName
{
background-color: #01D239;
}
</style>
border-color css
<style>
span { border-color: #01D239; }
span { border-color: rgb(1,210,57); }
td.TdClassName
{
border-color: #01D239;
}
.TagClassName
{
border-color: #01D239;
}
</style>