Shades of Dark Pastel Green #01D62C
Tints of Dark Pastel Green #01D62C
RGB
CMYK
RGB Variations
Color information
#01D62C (or 0x01D62C) is known color: Dark Pastel Green. HEX triplet: 01, D6 and 2C. RGB value is (1,214,44). Sum of RGB (Red+Green+Blue) = 1+214+44=259 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 259); Green value is 214 (83.98% from 255 or 82.63% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 214 - color contains mainly: green. Hex color #01D62C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D62C is #FE29D3. Grayscale: #838383. Windows color (decimal): -16656852 or 2938369. OLE color: 2938369.
HSL color Cylindrical-coordinate representation of color #01D62C: hue angle of 132.11º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D62C is Cyan = 1.00, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 214 | 44 | - |
| CMYK | 1.00 | 0 | 0.79 | 0.16 |
| HSL | 132.11º | 0.99% | 0.42% | - |
| HSV(B) | 132.11º | 1% | 0.84% | - |
| XYZ | 24.51 | 48.28 | 10.41 | - |
| YUV | 130.93 | 78.93 | 35.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 214 | 44 | 1.00 | 0 | 0.79 | 0.16 | 132.11 | 0.99 | 0.42 |
| Hex | 1 | D6 | 2C | 64 | 0 | 4F | 10 | 84 | 63 | 2A |
| Octal | 1 | 326 | 54 | 144 | 0 | 117 | 20 | 204 | 143 | 52 |
| Binary | 1 | 11010110 | 101100 | 1100100 | 0 | 1001111 | 10000 | 10000100 | 1100011 | 101010 |
Color Harmonies of #01D62C
Complementary color
Monochromatic Colors of #01D62C
Black with #01D62C
Text Example
Text Example
White with #01D62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D62C; }
p { color: rgb(1,214,44); }
H1.HeaderClassName
{
color: #01D62C;
}
.AnyTagClassName
{
color: #01D62C;
}
</style>
background-color css
<style>
a { background-color: #01D62C; }
a { background-color: rgb(1,214,44); }
div.DivClassName
{
background-color: #01D62C;
}
.BgClassName
{
background-color: #01D62C;
}
</style>
border-color css
<style>
span { border-color: #01D62C; }
span { border-color: rgb(1,214,44); }
td.TdClassName
{
border-color: #01D62C;
}
.TagClassName
{
border-color: #01D62C;
}
</style>