Shades of Dark Pastel Green #01E02A
Tints of Dark Pastel Green #01E02A
RGB
CMYK
RGB Variations
Color information
#01E02A (or 0x01E02A) is known color: Dark Pastel Green. HEX triplet: 01, E0 and 2A. RGB value is (1,224,42). Sum of RGB (Red+Green+Blue) = 1+224+42=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 224 (87.89% from 255 or 83.90% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 224 - color contains mainly: green. Hex color #01E02A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01E02A is #FE1FD5. Grayscale: #898989. Windows color (decimal): -16654294 or 2809857. OLE color: 2809857.
HSL color Cylindrical-coordinate representation of color #01E02A: hue angle of 131.03º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E02A is Cyan = 1.00, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 224 | 42 | - |
| CMYK | 1.00 | 0 | 0.81 | 0.12 |
| HSL | 131.03º | 0.99% | 0.44% | - |
| HSV(B) | 131.03º | 1% | 0.88% | - |
| XYZ | 27.09 | 53.48 | 11.09 | - |
| YUV | 136.58 | 74.62 | 31.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 224 | 42 | 1.00 | 0 | 0.81 | 0.12 | 131.03 | 0.99 | 0.44 |
| Hex | 1 | E0 | 2A | 64 | 0 | 51 | C | 83 | 63 | 2C |
| Octal | 1 | 340 | 52 | 144 | 0 | 121 | 14 | 203 | 143 | 54 |
| Binary | 1 | 11100000 | 101010 | 1100100 | 0 | 1010001 | 1100 | 10000011 | 1100011 | 101100 |
Color Harmonies of #01E02A
Complementary color
Monochromatic Colors of #01E02A
Black with #01E02A
Text Example
Text Example
White with #01E02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E02A; }
p { color: rgb(1,224,42); }
H1.HeaderClassName
{
color: #01E02A;
}
.AnyTagClassName
{
color: #01E02A;
}
</style>
background-color css
<style>
a { background-color: #01E02A; }
a { background-color: rgb(1,224,42); }
div.DivClassName
{
background-color: #01E02A;
}
.BgClassName
{
background-color: #01E02A;
}
</style>
border-color css
<style>
span { border-color: #01E02A; }
span { border-color: rgb(1,224,42); }
td.TdClassName
{
border-color: #01E02A;
}
.TagClassName
{
border-color: #01E02A;
}
</style>