Shades of Java #2E958B
Tints of Java #2E958B
RGB
CMYK
RGB Variations
Color information
#2E958B (or 0x2E958B) is known color: Java. HEX triplet: 2E, 95 and 8B. RGB value is (46,149,139). Sum of RGB (Red+Green+Blue) = 46+149+139=334 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.77% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 149 - color contains mainly: green. Hex color #2E958B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E958B is #D16A74. Grayscale: #757575. Windows color (decimal): -13724277 or 9147694. OLE color: 9147694.
HSL color Cylindrical-coordinate representation of color #2E958B: hue angle of 174.17º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E958B is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 149 | 139 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.42 |
| HSL | 174.17º | 0.53% | 0.38% | - |
| HSV(B) | 174.17º | 0.69% | 0.58% | - |
| XYZ | 16.53 | 23.94 | 28.18 | - |
| YUV | 117.06 | 140.38 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 149 | 139 | 0.69 | 0 | 0.07 | 0.42 | 174.17 | 0.53 | 0.38 |
| Hex | 2E | 95 | 8B | 45 | 0 | 7 | 2A | AE | 35 | 26 |
| Octal | 56 | 225 | 213 | 105 | 0 | 7 | 52 | 256 | 65 | 46 |
| Binary | 101110 | 10010101 | 10001011 | 1000101 | 0 | 111 | 101010 | 10101110 | 110101 | 100110 |
Color Harmonies of #2E958B
Complementary color
Monochromatic Colors of #2E958B
Black with #2E958B
Text Example
Text Example
White with #2E958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E958B; }
p { color: rgb(46,149,139); }
H1.HeaderClassName
{
color: #2E958B;
}
.AnyTagClassName
{
color: #2E958B;
}
</style>
background-color css
<style>
a { background-color: #2E958B; }
a { background-color: rgb(46,149,139); }
div.DivClassName
{
background-color: #2E958B;
}
.BgClassName
{
background-color: #2E958B;
}
</style>
border-color css
<style>
span { border-color: #2E958B; }
span { border-color: rgb(46,149,139); }
td.TdClassName
{
border-color: #2E958B;
}
.TagClassName
{
border-color: #2E958B;
}
</style>