Shades of Java #2EA49B
Tints of Java #2EA49B
RGB
CMYK
RGB Variations
Color information
#2EA49B (or 0x2EA49B) is known color: Java. HEX triplet: 2E, A4 and 9B. RGB value is (46,164,155). Sum of RGB (Red+Green+Blue) = 46+164+155=365 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.60% from 365); Green value is 164 (64.45% from 255 or 44.93% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 164 - color contains mainly: green. Hex color #2EA49B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA49B is #D15B64. Grayscale: #7F7F7F. Windows color (decimal): -13720421 or 10200110. OLE color: 10200110.
HSL color Cylindrical-coordinate representation of color #2EA49B: hue angle of 175.42º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA49B is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 46 | 164 | 155 | - |
| CMYK | 0.72 | 0 | 0.05 | 0.36 |
| HSL | 175.42º | 0.56% | 0.41% | - |
| HSV(B) | 175.42º | 0.72% | 0.64% | - |
| XYZ | 20.32 | 29.5 | 35.63 | - |
| YUV | 127.69 | 143.41 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 164 | 155 | 0.72 | 0 | 0.05 | 0.36 | 175.42 | 0.56 | 0.41 |
| Hex | 2E | A4 | 9B | 48 | 0 | 5 | 24 | AF | 38 | 29 |
| Octal | 56 | 244 | 233 | 110 | 0 | 5 | 44 | 257 | 70 | 51 |
| Binary | 101110 | 10100100 | 10011011 | 1001000 | 0 | 101 | 100100 | 10101111 | 111000 | 101001 |
Color Harmonies of #2EA49B
Complementary color
Monochromatic Colors of #2EA49B
Black with #2EA49B
Text Example
Text Example
White with #2EA49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA49B; }
p { color: rgb(46,164,155); }
H1.HeaderClassName
{
color: #2EA49B;
}
.AnyTagClassName
{
color: #2EA49B;
}
</style>
background-color css
<style>
a { background-color: #2EA49B; }
a { background-color: rgb(46,164,155); }
div.DivClassName
{
background-color: #2EA49B;
}
.BgClassName
{
background-color: #2EA49B;
}
</style>
border-color css
<style>
span { border-color: #2EA49B; }
span { border-color: rgb(46,164,155); }
td.TdClassName
{
border-color: #2EA49B;
}
.TagClassName
{
border-color: #2EA49B;
}
</style>