Shades of Dark Pastel Green #01DC2A
Tints of Dark Pastel Green #01DC2A
RGB
CMYK
RGB Variations
Color information
#01DC2A (or 0x01DC2A) is known color: Dark Pastel Green. HEX triplet: 01, DC and 2A. RGB value is (1,220,42). Sum of RGB (Red+Green+Blue) = 1+220+42=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 220 (86.33% from 255 or 83.65% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 220 - color contains mainly: green. Hex color #01DC2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DC2A is #FE23D5. Grayscale: #868686. Windows color (decimal): -16655318 or 2808833. OLE color: 2808833.
HSL color Cylindrical-coordinate representation of color #01DC2A: hue angle of 131.23º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DC2A is Cyan = 1.00, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 220 | 42 | - |
| CMYK | 1.00 | 0 | 0.81 | 0.14 |
| HSL | 131.23º | 0.99% | 0.43% | - |
| HSV(B) | 131.23º | 1% | 0.86% | - |
| XYZ | 26.02 | 51.36 | 10.73 | - |
| YUV | 134.23 | 75.95 | 32.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 220 | 42 | 1.00 | 0 | 0.81 | 0.14 | 131.23 | 0.99 | 0.43 |
| Hex | 1 | DC | 2A | 64 | 0 | 51 | E | 83 | 63 | 2B |
| Octal | 1 | 334 | 52 | 144 | 0 | 121 | 16 | 203 | 143 | 53 |
| Binary | 1 | 11011100 | 101010 | 1100100 | 0 | 1010001 | 1110 | 10000011 | 1100011 | 101011 |
Color Harmonies of #01DC2A
Complementary color
Monochromatic Colors of #01DC2A
Black with #01DC2A
Text Example
Text Example
White with #01DC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DC2A; }
p { color: rgb(1,220,42); }
H1.HeaderClassName
{
color: #01DC2A;
}
.AnyTagClassName
{
color: #01DC2A;
}
</style>
background-color css
<style>
a { background-color: #01DC2A; }
a { background-color: rgb(1,220,42); }
div.DivClassName
{
background-color: #01DC2A;
}
.BgClassName
{
background-color: #01DC2A;
}
</style>
border-color css
<style>
span { border-color: #01DC2A; }
span { border-color: rgb(1,220,42); }
td.TdClassName
{
border-color: #01DC2A;
}
.TagClassName
{
border-color: #01DC2A;
}
</style>