Shades of Java #2EA196
Tints of Java #2EA196
RGB
CMYK
RGB Variations
Color information
#2EA196 (or 0x2EA196) is known color: Java. HEX triplet: 2E, A1 and 96. RGB value is (46,161,150). Sum of RGB (Red+Green+Blue) = 46+161+150=357 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.89% from 357); Green value is 161 (63.28% from 255 or 45.10% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 161 - color contains mainly: green. Hex color #2EA196 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA196 is #D15E69. Grayscale: #7D7D7D. Windows color (decimal): -13721194 or 9871662. OLE color: 9871662.
HSL color Cylindrical-coordinate representation of color #2EA196: hue angle of 174.26º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2EA196 is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 46 | 161 | 150 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.37 |
| HSL | 174.26º | 0.56% | 0.41% | - |
| HSV(B) | 174.26º | 0.71% | 0.63% | - |
| XYZ | 19.38 | 28.27 | 33.29 | - |
| YUV | 125.36 | 141.9 | 71.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 161 | 150 | 0.71 | 0 | 0.07 | 0.37 | 174.26 | 0.56 | 0.41 |
| Hex | 2E | A1 | 96 | 47 | 0 | 7 | 25 | AE | 38 | 29 |
| Octal | 56 | 241 | 226 | 107 | 0 | 7 | 45 | 256 | 70 | 51 |
| Binary | 101110 | 10100001 | 10010110 | 1000111 | 0 | 111 | 100101 | 10101110 | 111000 | 101001 |
Color Harmonies of #2EA196
Complementary color
Monochromatic Colors of #2EA196
Black with #2EA196
Text Example
Text Example
White with #2EA196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA196; }
p { color: rgb(46,161,150); }
H1.HeaderClassName
{
color: #2EA196;
}
.AnyTagClassName
{
color: #2EA196;
}
</style>
background-color css
<style>
a { background-color: #2EA196; }
a { background-color: rgb(46,161,150); }
div.DivClassName
{
background-color: #2EA196;
}
.BgClassName
{
background-color: #2EA196;
}
</style>
border-color css
<style>
span { border-color: #2EA196; }
span { border-color: rgb(46,161,150); }
td.TdClassName
{
border-color: #2EA196;
}
.TagClassName
{
border-color: #2EA196;
}
</style>