Shades of Dark Pastel Green #01D22C
Tints of Dark Pastel Green #01D22C
RGB
CMYK
RGB Variations
Color information
#01D22C (or 0x01D22C) is known color: Dark Pastel Green. HEX triplet: 01, D2 and 2C. RGB value is (1,210,44). Sum of RGB (Red+Green+Blue) = 1+210+44=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 210 (82.42% from 255 or 82.35% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 210 - color contains mainly: green. Hex color #01D22C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D22C is #FE2DD3. Grayscale: #818181. Windows color (decimal): -16657876 or 2937345. OLE color: 2937345.
HSL color Cylindrical-coordinate representation of color #01D22C: hue angle of 132.34º 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 #01D22C is Cyan = 1.00, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 210 | 44 | - |
| CMYK | 1.00 | 0 | 0.79 | 0.18 |
| HSL | 132.34º | 0.99% | 0.41% | - |
| HSV(B) | 132.34º | 1% | 0.82% | - |
| XYZ | 23.51 | 46.28 | 10.08 | - |
| YUV | 128.59 | 80.26 | 37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 210 | 44 | 1.00 | 0 | 0.79 | 0.18 | 132.34 | 0.99 | 0.41 |
| Hex | 1 | D2 | 2C | 64 | 0 | 4F | 12 | 84 | 63 | 29 |
| Octal | 1 | 322 | 54 | 144 | 0 | 117 | 22 | 204 | 143 | 51 |
| Binary | 1 | 11010010 | 101100 | 1100100 | 0 | 1001111 | 10010 | 10000100 | 1100011 | 101001 |
Color Harmonies of #01D22C
Complementary color
Monochromatic Colors of #01D22C
Black with #01D22C
Text Example
Text Example
White with #01D22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D22C; }
p { color: rgb(1,210,44); }
H1.HeaderClassName
{
color: #01D22C;
}
.AnyTagClassName
{
color: #01D22C;
}
</style>
background-color css
<style>
a { background-color: #01D22C; }
a { background-color: rgb(1,210,44); }
div.DivClassName
{
background-color: #01D22C;
}
.BgClassName
{
background-color: #01D22C;
}
</style>
border-color css
<style>
span { border-color: #01D22C; }
span { border-color: rgb(1,210,44); }
td.TdClassName
{
border-color: #01D22C;
}
.TagClassName
{
border-color: #01D22C;
}
</style>