Shades of Off Green #E2EAE4
Tints of Off Green #E2EAE4
RGB
CMYK
RGB Variations
Color information
#E2EAE4 (or 0xE2EAE4) is known color: Off Green. HEX triplet: E2, EA and E4. RGB value is (226,234,228). Sum of RGB (Red+Green+Blue) = 226+234+228=688 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.85% from 688); Green value is 234 (91.80% from 255 or 34.01% from 688); Blue value is 228 (89.45% from 255 or 33.14% from 688); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EAE4 is #1D151B. Grayscale: #E6E6E6. Windows color (decimal): -1905948 or 15002338. OLE color: 15002338.
HSL color Cylindrical-coordinate representation of color #E2EAE4: hue angle of 135º degrees, saturation: 0.16, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E2EAE4 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 234 | 228 | - |
| CMYK | 0.03 | 0 | 0.03 | 0.08 |
| HSL | 135º | 0.16% | 0.9% | - |
| HSV(B) | 135º | 0.03% | 0.92% | - |
| XYZ | 74.79 | 80.62 | 85.02 | - |
| YUV | 230.92 | 126.35 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 234 | 228 | 0.03 | 0 | 0.03 | 0.08 | 135 | 0.16 | 0.9 |
| Hex | E2 | EA | E4 | 3 | 0 | 3 | 8 | 87 | 10 | 5A |
| Octal | 342 | 352 | 344 | 3 | 0 | 3 | 10 | 207 | 20 | 132 |
| Binary | 11100010 | 11101010 | 11100100 | 11 | 0 | 11 | 1000 | 10000111 | 10000 | 1011010 |
Color Harmonies of #E2EAE4
Complementary color
Monochromatic Colors of #E2EAE4
Black with #E2EAE4
Text Example
Text Example
White with #E2EAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EAE4; }
p { color: rgb(226,234,228); }
H1.HeaderClassName
{
color: #E2EAE4;
}
.AnyTagClassName
{
color: #E2EAE4;
}
</style>
background-color css
<style>
a { background-color: #E2EAE4; }
a { background-color: rgb(226,234,228); }
div.DivClassName
{
background-color: #E2EAE4;
}
.BgClassName
{
background-color: #E2EAE4;
}
</style>
border-color css
<style>
span { border-color: #E2EAE4; }
span { border-color: rgb(226,234,228); }
td.TdClassName
{
border-color: #E2EAE4;
}
.TagClassName
{
border-color: #E2EAE4;
}
</style>