Shades of Dark Pastel Green #01D231
Tints of Dark Pastel Green #01D231
RGB
CMYK
RGB Variations
Color information
#01D231 (or 0x01D231) is known color: Dark Pastel Green. HEX triplet: 01, D2 and 31. RGB value is (1,210,49). Sum of RGB (Red+Green+Blue) = 1+210+49=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 210 (82.42% from 255 or 80.77% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 210 - color contains mainly: green. Hex color #01D231 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D231 is #FE2DCE. Grayscale: #818181. Windows color (decimal): -16657871 or 3265025. OLE color: 3265025.
HSL color Cylindrical-coordinate representation of color #01D231: hue angle of 133.78º 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 #01D231 is Cyan = 1.00, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 210 | 49 | - |
| CMYK | 1.00 | 0 | 0.77 | 0.18 |
| HSL | 133.78º | 0.99% | 0.41% | - |
| HSV(B) | 133.78º | 1% | 0.82% | - |
| XYZ | 23.61 | 46.32 | 10.6 | - |
| YUV | 129.16 | 82.76 | 36.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 210 | 49 | 1.00 | 0 | 0.77 | 0.18 | 133.78 | 0.99 | 0.41 |
| Hex | 1 | D2 | 31 | 64 | 0 | 4D | 12 | 86 | 63 | 29 |
| Octal | 1 | 322 | 61 | 144 | 0 | 115 | 22 | 206 | 143 | 51 |
| Binary | 1 | 11010010 | 110001 | 1100100 | 0 | 1001101 | 10010 | 10000110 | 1100011 | 101001 |
Color Harmonies of #01D231
Complementary color
Monochromatic Colors of #01D231
Black with #01D231
Text Example
Text Example
White with #01D231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D231; }
p { color: rgb(1,210,49); }
H1.HeaderClassName
{
color: #01D231;
}
.AnyTagClassName
{
color: #01D231;
}
</style>
background-color css
<style>
a { background-color: #01D231; }
a { background-color: rgb(1,210,49); }
div.DivClassName
{
background-color: #01D231;
}
.BgClassName
{
background-color: #01D231;
}
</style>
border-color css
<style>
span { border-color: #01D231; }
span { border-color: rgb(1,210,49); }
td.TdClassName
{
border-color: #01D231;
}
.TagClassName
{
border-color: #01D231;
}
</style>