Shades of Java #2EA89D
Tints of Java #2EA89D
RGB
CMYK
RGB Variations
Color information
#2EA89D (or 0x2EA89D) is known color: Java. HEX triplet: 2E, A8 and 9D. RGB value is (46,168,157). Sum of RGB (Red+Green+Blue) = 46+168+157=371 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.40% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 168 - color contains mainly: green. Hex color #2EA89D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA89D is #D15762. Grayscale: #828282. Windows color (decimal): -13719395 or 10332206. OLE color: 10332206.
HSL color Cylindrical-coordinate representation of color #2EA89D: hue angle of 174.59º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EA89D is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 46 | 168 | 157 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.34 |
| HSL | 174.59º | 0.57% | 0.42% | - |
| HSV(B) | 174.59º | 0.73% | 0.66% | - |
| XYZ | 21.22 | 31.02 | 36.77 | - |
| YUV | 130.27 | 143.08 | 67.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 168 | 157 | 0.73 | 0 | 0.07 | 0.34 | 174.59 | 0.57 | 0.42 |
| Hex | 2E | A8 | 9D | 49 | 0 | 7 | 22 | AF | 39 | 2A |
| Octal | 56 | 250 | 235 | 111 | 0 | 7 | 42 | 257 | 71 | 52 |
| Binary | 101110 | 10101000 | 10011101 | 1001001 | 0 | 111 | 100010 | 10101111 | 111001 | 101010 |
Color Harmonies of #2EA89D
Complementary color
Monochromatic Colors of #2EA89D
Black with #2EA89D
Text Example
Text Example
White with #2EA89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA89D; }
p { color: rgb(46,168,157); }
H1.HeaderClassName
{
color: #2EA89D;
}
.AnyTagClassName
{
color: #2EA89D;
}
</style>
background-color css
<style>
a { background-color: #2EA89D; }
a { background-color: rgb(46,168,157); }
div.DivClassName
{
background-color: #2EA89D;
}
.BgClassName
{
background-color: #2EA89D;
}
</style>
border-color css
<style>
span { border-color: #2EA89D; }
span { border-color: rgb(46,168,157); }
td.TdClassName
{
border-color: #2EA89D;
}
.TagClassName
{
border-color: #2EA89D;
}
</style>