Shades of Java #2EA29D
Tints of Java #2EA29D
RGB
CMYK
RGB Variations
Color information
#2EA29D (or 0x2EA29D) is known color: Java. HEX triplet: 2E, A2 and 9D. RGB value is (46,162,157). Sum of RGB (Red+Green+Blue) = 46+162+157=365 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.60% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 162 - color contains mainly: green. Hex color #2EA29D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA29D is #D15D62. Grayscale: #7E7E7E. Windows color (decimal): -13720931 or 10330670. OLE color: 10330670.
HSL color Cylindrical-coordinate representation of color #2EA29D: hue angle of 177.41º 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 #2EA29D is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 46 | 162 | 157 | - |
| CMYK | 0.72 | 0 | 0.03 | 0.36 |
| HSL | 177.41º | 0.56% | 0.41% | - |
| HSV(B) | 177.41º | 0.72% | 0.64% | - |
| XYZ | 20.13 | 28.86 | 36.41 | - |
| YUV | 126.75 | 145.07 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 162 | 157 | 0.72 | 0 | 0.03 | 0.36 | 177.41 | 0.56 | 0.41 |
| Hex | 2E | A2 | 9D | 48 | 0 | 3 | 24 | B1 | 38 | 29 |
| Octal | 56 | 242 | 235 | 110 | 0 | 3 | 44 | 261 | 70 | 51 |
| Binary | 101110 | 10100010 | 10011101 | 1001000 | 0 | 11 | 100100 | 10110001 | 111000 | 101001 |
Color Harmonies of #2EA29D
Complementary color
Monochromatic Colors of #2EA29D
Black with #2EA29D
Text Example
Text Example
White with #2EA29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA29D; }
p { color: rgb(46,162,157); }
H1.HeaderClassName
{
color: #2EA29D;
}
.AnyTagClassName
{
color: #2EA29D;
}
</style>
background-color css
<style>
a { background-color: #2EA29D; }
a { background-color: rgb(46,162,157); }
div.DivClassName
{
background-color: #2EA29D;
}
.BgClassName
{
background-color: #2EA29D;
}
</style>
border-color css
<style>
span { border-color: #2EA29D; }
span { border-color: rgb(46,162,157); }
td.TdClassName
{
border-color: #2EA29D;
}
.TagClassName
{
border-color: #2EA29D;
}
</style>