Shades of Dark Pastel Green #00E32F
Tints of Dark Pastel Green #00E32F
RGB
CMYK
RGB Variations
Color information
#00E32F (or 0x00E32F) is known color: Dark Pastel Green. HEX triplet: 00, E3 and 2F. RGB value is (0,227,47). Sum of RGB (Red+Green+Blue) = 0+227+47=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 227 (89.06% from 255 or 82.85% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 227 - color contains mainly: green. Hex color #00E32F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00E32F is #FF1CD0. Grayscale: #8B8B8B. Windows color (decimal): -16719057 or 3138304. OLE color: 3138304.
HSL color Cylindrical-coordinate representation of color #00E32F: hue angle of 132.42º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E32F is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 0 | 227 | 47 | - |
| CMYK | 1 | 0 | 0.79 | 0.11 |
| HSL | 132.42º | 1% | 0.45% | - |
| HSV(B) | 132.42º | 1% | 0.89% | - |
| XYZ | 27.98 | 55.14 | 11.86 | - |
| YUV | 138.61 | 76.29 | 29.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 227 | 47 | 1 | 0 | 0.79 | 0.11 | 132.42 | 1 | 0.45 |
| Hex | 0 | E3 | 2F | 64 | 0 | 4F | B | 84 | 64 | 2D |
| Octal | 0 | 343 | 57 | 144 | 0 | 117 | 13 | 204 | 144 | 55 |
| Binary | 0 | 11100011 | 101111 | 1100100 | 0 | 1001111 | 1011 | 10000100 | 1100100 | 101101 |
Color Harmonies of #00E32F
Complementary color
Monochromatic Colors of #00E32F
Black with #00E32F
Text Example
Text Example
White with #00E32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E32F; }
p { color: rgb(0,227,47); }
H1.HeaderClassName
{
color: #00E32F;
}
.AnyTagClassName
{
color: #00E32F;
}
</style>
background-color css
<style>
a { background-color: #00E32F; }
a { background-color: rgb(0,227,47); }
div.DivClassName
{
background-color: #00E32F;
}
.BgClassName
{
background-color: #00E32F;
}
</style>
border-color css
<style>
span { border-color: #00E32F; }
span { border-color: rgb(0,227,47); }
td.TdClassName
{
border-color: #00E32F;
}
.TagClassName
{
border-color: #00E32F;
}
</style>