Shades of Java #2E958D
Tints of Java #2E958D
RGB
CMYK
RGB Variations
Color information
#2E958D (or 0x2E958D) is known color: Java. HEX triplet: 2E, 95 and 8D. RGB value is (46,149,141). Sum of RGB (Red+Green+Blue) = 46+149+141=336 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.69% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 149 - color contains mainly: green. Hex color #2E958D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E958D is #D16A72. Grayscale: #757575. Windows color (decimal): -13724275 or 9278766. OLE color: 9278766.
HSL color Cylindrical-coordinate representation of color #2E958D: hue angle of 175.34º 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 #2E958D is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 149 | 141 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.42 |
| HSL | 175.34º | 0.53% | 0.38% | - |
| HSV(B) | 175.34º | 0.69% | 0.58% | - |
| XYZ | 16.68 | 24 | 28.95 | - |
| YUV | 117.29 | 141.38 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 149 | 141 | 0.69 | 0 | 0.05 | 0.42 | 175.34 | 0.53 | 0.38 |
| Hex | 2E | 95 | 8D | 45 | 0 | 5 | 2A | AF | 35 | 26 |
| Octal | 56 | 225 | 215 | 105 | 0 | 5 | 52 | 257 | 65 | 46 |
| Binary | 101110 | 10010101 | 10001101 | 1000101 | 0 | 101 | 101010 | 10101111 | 110101 | 100110 |
Color Harmonies of #2E958D
Complementary color
Monochromatic Colors of #2E958D
Black with #2E958D
Text Example
Text Example
White with #2E958D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E958D; }
p { color: rgb(46,149,141); }
H1.HeaderClassName
{
color: #2E958D;
}
.AnyTagClassName
{
color: #2E958D;
}
</style>
background-color css
<style>
a { background-color: #2E958D; }
a { background-color: rgb(46,149,141); }
div.DivClassName
{
background-color: #2E958D;
}
.BgClassName
{
background-color: #2E958D;
}
</style>
border-color css
<style>
span { border-color: #2E958D; }
span { border-color: rgb(46,149,141); }
td.TdClassName
{
border-color: #2E958D;
}
.TagClassName
{
border-color: #2E958D;
}
</style>