Shades of Java #2E9591
Tints of Java #2E9591
RGB
CMYK
RGB Variations
Color information
#2E9591 (or 0x2E9591) is known color: Java. HEX triplet: 2E, 95 and 91. RGB value is (46,149,145). Sum of RGB (Red+Green+Blue) = 46+149+145=340 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.53% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 149 - color contains mainly: green. Hex color #2E9591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9591 is #D16A6E. Grayscale: #757575. Windows color (decimal): -13724271 or 9540910. OLE color: 9540910.
HSL color Cylindrical-coordinate representation of color #2E9591: hue angle of 177.67º 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 #2E9591 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 149 | 145 | - |
| CMYK | 0.69 | 0 | 0.03 | 0.42 |
| HSL | 177.67º | 0.53% | 0.38% | - |
| HSV(B) | 177.67º | 0.69% | 0.58% | - |
| XYZ | 16.99 | 24.12 | 30.55 | - |
| YUV | 117.75 | 143.38 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 149 | 145 | 0.69 | 0 | 0.03 | 0.42 | 177.67 | 0.53 | 0.38 |
| Hex | 2E | 95 | 91 | 45 | 0 | 3 | 2A | B2 | 35 | 26 |
| Octal | 56 | 225 | 221 | 105 | 0 | 3 | 52 | 262 | 65 | 46 |
| Binary | 101110 | 10010101 | 10010001 | 1000101 | 0 | 11 | 101010 | 10110010 | 110101 | 100110 |
Color Harmonies of #2E9591
Complementary color
Monochromatic Colors of #2E9591
Black with #2E9591
Text Example
Text Example
White with #2E9591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9591; }
p { color: rgb(46,149,145); }
H1.HeaderClassName
{
color: #2E9591;
}
.AnyTagClassName
{
color: #2E9591;
}
</style>
background-color css
<style>
a { background-color: #2E9591; }
a { background-color: rgb(46,149,145); }
div.DivClassName
{
background-color: #2E9591;
}
.BgClassName
{
background-color: #2E9591;
}
</style>
border-color css
<style>
span { border-color: #2E9591; }
span { border-color: rgb(46,149,145); }
td.TdClassName
{
border-color: #2E9591;
}
.TagClassName
{
border-color: #2E9591;
}
</style>