Shades of Java #2EA79D
Tints of Java #2EA79D
RGB
CMYK
RGB Variations
Color information
#2EA79D (or 0x2EA79D) is known color: Java. HEX triplet: 2E, A7 and 9D. RGB value is (46,167,157). Sum of RGB (Red+Green+Blue) = 46+167+157=370 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.43% from 370); Green value is 167 (65.62% from 255 or 45.14% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 167 - color contains mainly: green. Hex color #2EA79D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA79D is #D15862. Grayscale: #818181. Windows color (decimal): -13719651 or 10331950. OLE color: 10331950.
HSL color Cylindrical-coordinate representation of color #2EA79D: hue angle of 175.04º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA79D is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 46 | 167 | 157 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.35 |
| HSL | 175.04º | 0.57% | 0.42% | - |
| HSV(B) | 175.04º | 0.72% | 0.65% | - |
| XYZ | 21.03 | 30.65 | 36.71 | - |
| YUV | 129.68 | 143.41 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 167 | 157 | 0.72 | 0 | 0.06 | 0.35 | 175.04 | 0.57 | 0.42 |
| Hex | 2E | A7 | 9D | 48 | 0 | 6 | 23 | AF | 39 | 2A |
| Octal | 56 | 247 | 235 | 110 | 0 | 6 | 43 | 257 | 71 | 52 |
| Binary | 101110 | 10100111 | 10011101 | 1001000 | 0 | 110 | 100011 | 10101111 | 111001 | 101010 |
Color Harmonies of #2EA79D
Complementary color
Monochromatic Colors of #2EA79D
Black with #2EA79D
Text Example
Text Example
White with #2EA79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA79D; }
p { color: rgb(46,167,157); }
H1.HeaderClassName
{
color: #2EA79D;
}
.AnyTagClassName
{
color: #2EA79D;
}
</style>
background-color css
<style>
a { background-color: #2EA79D; }
a { background-color: rgb(46,167,157); }
div.DivClassName
{
background-color: #2EA79D;
}
.BgClassName
{
background-color: #2EA79D;
}
</style>
border-color css
<style>
span { border-color: #2EA79D; }
span { border-color: rgb(46,167,157); }
td.TdClassName
{
border-color: #2EA79D;
}
.TagClassName
{
border-color: #2EA79D;
}
</style>