Shades of Java #2EA095
Tints of Java #2EA095
RGB
CMYK
RGB Variations
Color information
#2EA095 (or 0x2EA095) is known color: Java. HEX triplet: 2E, A0 and 95. RGB value is (46,160,149). Sum of RGB (Red+Green+Blue) = 46+160+149=355 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.96% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 160 - color contains mainly: green. Hex color #2EA095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA095 is #D15F6A. Grayscale: #7C7C7C. Windows color (decimal): -13721451 or 9805870. OLE color: 9805870.
HSL color Cylindrical-coordinate representation of color #2EA095: hue angle of 174.21º 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 #2EA095 is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 46 | 160 | 149 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.37 |
| HSL | 174.21º | 0.55% | 0.4% | - |
| HSV(B) | 174.21º | 0.71% | 0.63% | - |
| XYZ | 19.12 | 27.89 | 32.81 | - |
| YUV | 124.66 | 141.73 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 160 | 149 | 0.71 | 0 | 0.07 | 0.37 | 174.21 | 0.55 | 0.4 |
| Hex | 2E | A0 | 95 | 47 | 0 | 7 | 25 | AE | 37 | 28 |
| Octal | 56 | 240 | 225 | 107 | 0 | 7 | 45 | 256 | 67 | 50 |
| Binary | 101110 | 10100000 | 10010101 | 1000111 | 0 | 111 | 100101 | 10101110 | 110111 | 101000 |
Color Harmonies of #2EA095
Complementary color
Monochromatic Colors of #2EA095
Black with #2EA095
Text Example
Text Example
White with #2EA095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA095; }
p { color: rgb(46,160,149); }
H1.HeaderClassName
{
color: #2EA095;
}
.AnyTagClassName
{
color: #2EA095;
}
</style>
background-color css
<style>
a { background-color: #2EA095; }
a { background-color: rgb(46,160,149); }
div.DivClassName
{
background-color: #2EA095;
}
.BgClassName
{
background-color: #2EA095;
}
</style>
border-color css
<style>
span { border-color: #2EA095; }
span { border-color: rgb(46,160,149); }
td.TdClassName
{
border-color: #2EA095;
}
.TagClassName
{
border-color: #2EA095;
}
</style>