Shades of Dark Pastel Green #01E031
Tints of Dark Pastel Green #01E031
RGB
CMYK
RGB Variations
Color information
#01E031 (or 0x01E031) is known color: Dark Pastel Green. HEX triplet: 01, E0 and 31. RGB value is (1,224,49). Sum of RGB (Red+Green+Blue) = 1+224+49=274 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 274); Green value is 224 (87.89% from 255 or 81.75% from 274); Blue value is 49 (19.53% from 255 or 17.88% from 274); Max value from RGB is 224 - color contains mainly: green. Hex color #01E031 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01E031 is #FE1FCE. Grayscale: #898989. Windows color (decimal): -16654287 or 3268609. OLE color: 3268609.
HSL color Cylindrical-coordinate representation of color #01E031: hue angle of 132.91º 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 #01E031 is Cyan = 1.00, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 224 | 49 | - |
| CMYK | 1.00 | 0 | 0.78 | 0.12 |
| HSL | 132.91º | 0.99% | 0.44% | - |
| HSV(B) | 132.91º | 1% | 0.88% | - |
| XYZ | 27.22 | 53.54 | 11.81 | - |
| YUV | 137.37 | 78.12 | 30.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 224 | 49 | 1.00 | 0 | 0.78 | 0.12 | 132.91 | 0.99 | 0.44 |
| Hex | 1 | E0 | 31 | 64 | 0 | 4E | C | 85 | 63 | 2C |
| Octal | 1 | 340 | 61 | 144 | 0 | 116 | 14 | 205 | 143 | 54 |
| Binary | 1 | 11100000 | 110001 | 1100100 | 0 | 1001110 | 1100 | 10000101 | 1100011 | 101100 |
Color Harmonies of #01E031
Complementary color
Monochromatic Colors of #01E031
Black with #01E031
Text Example
Text Example
White with #01E031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E031; }
p { color: rgb(1,224,49); }
H1.HeaderClassName
{
color: #01E031;
}
.AnyTagClassName
{
color: #01E031;
}
</style>
background-color css
<style>
a { background-color: #01E031; }
a { background-color: rgb(1,224,49); }
div.DivClassName
{
background-color: #01E031;
}
.BgClassName
{
background-color: #01E031;
}
</style>
border-color css
<style>
span { border-color: #01E031; }
span { border-color: rgb(1,224,49); }
td.TdClassName
{
border-color: #01E031;
}
.TagClassName
{
border-color: #01E031;
}
</style>