Shades of Off Green #E0F2E3
Tints of Off Green #E0F2E3
RGB
CMYK
RGB Variations
Color information
#E0F2E3 (or 0xE0F2E3) is known color: Off Green. HEX triplet: E0, F2 and E3. RGB value is (224,242,227). Sum of RGB (Red+Green+Blue) = 224+242+227=693 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.32% from 693); Green value is 242 (94.92% from 255 or 34.92% from 693); Blue value is 227 (89.06% from 255 or 32.76% from 693); Max value from RGB is 242 - color contains mainly: green. Hex color #E0F2E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F2E3 is #1F0D1C. Grayscale: #EAEAEA. Windows color (decimal): -2034973 or 14938848. OLE color: 14938848.
HSL color Cylindrical-coordinate representation of color #E0F2E3: hue angle of 130º degrees, saturation: 0.41, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E0F2E3 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 242 | 227 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.05 |
| HSL | 130º | 0.41% | 0.91% | - |
| HSV(B) | 130º | 0.07% | 0.95% | - |
| XYZ | 76.36 | 84.9 | 85.04 | - |
| YUV | 234.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 242 | 227 | 0.07 | 0 | 0.06 | 0.05 | 130 | 0.41 | 0.91 |
| Hex | E0 | F2 | E3 | 7 | 0 | 6 | 5 | 82 | 29 | 5B |
| Octal | 340 | 362 | 343 | 7 | 0 | 6 | 5 | 202 | 51 | 133 |
| Binary | 11100000 | 11110010 | 11100011 | 111 | 0 | 110 | 101 | 10000010 | 101001 | 1011011 |
Color Harmonies of #E0F2E3
Complementary color
Monochromatic Colors of #E0F2E3
Black with #E0F2E3
Text Example
Text Example
White with #E0F2E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F2E3; }
p { color: rgb(224,242,227); }
H1.HeaderClassName
{
color: #E0F2E3;
}
.AnyTagClassName
{
color: #E0F2E3;
}
</style>
background-color css
<style>
a { background-color: #E0F2E3; }
a { background-color: rgb(224,242,227); }
div.DivClassName
{
background-color: #E0F2E3;
}
.BgClassName
{
background-color: #E0F2E3;
}
</style>
border-color css
<style>
span { border-color: #E0F2E3; }
span { border-color: rgb(224,242,227); }
td.TdClassName
{
border-color: #E0F2E3;
}
.TagClassName
{
border-color: #E0F2E3;
}
</style>