Shades of Java #2EA093
Tints of Java #2EA093
RGB
CMYK
RGB Variations
Color information
#2EA093 (or 0x2EA093) is known color: Java. HEX triplet: 2E, A0 and 93. RGB value is (46,160,147). Sum of RGB (Red+Green+Blue) = 46+160+147=353 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.03% from 353); Green value is 160 (62.89% from 255 or 45.33% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 160 - color contains mainly: green. Hex color #2EA093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA093 is #D15F6C. Grayscale: #7C7C7C. Windows color (decimal): -13721453 or 9674798. OLE color: 9674798.
HSL color Cylindrical-coordinate representation of color #2EA093: hue angle of 173.16º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2EA093 is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 46 | 160 | 147 | - |
| CMYK | 0.71 | 0 | 0.08 | 0.37 |
| HSL | 173.16º | 0.55% | 0.4% | - |
| HSV(B) | 173.16º | 0.71% | 0.63% | - |
| XYZ | 18.96 | 27.83 | 31.98 | - |
| YUV | 124.43 | 140.73 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 160 | 147 | 0.71 | 0 | 0.08 | 0.37 | 173.16 | 0.55 | 0.4 |
| Hex | 2E | A0 | 93 | 47 | 0 | 8 | 25 | AD | 37 | 28 |
| Octal | 56 | 240 | 223 | 107 | 0 | 10 | 45 | 255 | 67 | 50 |
| Binary | 101110 | 10100000 | 10010011 | 1000111 | 0 | 1000 | 100101 | 10101101 | 110111 | 101000 |
Color Harmonies of #2EA093
Complementary color
Monochromatic Colors of #2EA093
Black with #2EA093
Text Example
Text Example
White with #2EA093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA093; }
p { color: rgb(46,160,147); }
H1.HeaderClassName
{
color: #2EA093;
}
.AnyTagClassName
{
color: #2EA093;
}
</style>
background-color css
<style>
a { background-color: #2EA093; }
a { background-color: rgb(46,160,147); }
div.DivClassName
{
background-color: #2EA093;
}
.BgClassName
{
background-color: #2EA093;
}
</style>
border-color css
<style>
span { border-color: #2EA093; }
span { border-color: rgb(46,160,147); }
td.TdClassName
{
border-color: #2EA093;
}
.TagClassName
{
border-color: #2EA093;
}
</style>