Shades of Java #2E9590
Tints of Java #2E9590
RGB
CMYK
RGB Variations
Color information
#2E9590 (or 0x2E9590) is known color: Java. HEX triplet: 2E, 95 and 90. RGB value is (46,149,144). Sum of RGB (Red+Green+Blue) = 46+149+144=339 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.57% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 149 - color contains mainly: green. Hex color #2E9590 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9590 is #D16A6F. Grayscale: #757575. Windows color (decimal): -13724272 or 9475374. OLE color: 9475374.
HSL color Cylindrical-coordinate representation of color #2E9590: hue angle of 177.09º 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 #2E9590 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 149 | 144 | - |
| CMYK | 0.69 | 0 | 0.03 | 0.42 |
| HSL | 177.09º | 0.53% | 0.38% | - |
| HSV(B) | 177.09º | 0.69% | 0.58% | - |
| XYZ | 16.91 | 24.09 | 30.14 | - |
| YUV | 117.63 | 142.88 | 76.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 149 | 144 | 0.69 | 0 | 0.03 | 0.42 | 177.09 | 0.53 | 0.38 |
| Hex | 2E | 95 | 90 | 45 | 0 | 3 | 2A | B1 | 35 | 26 |
| Octal | 56 | 225 | 220 | 105 | 0 | 3 | 52 | 261 | 65 | 46 |
| Binary | 101110 | 10010101 | 10010000 | 1000101 | 0 | 11 | 101010 | 10110001 | 110101 | 100110 |
Color Harmonies of #2E9590
Complementary color
Monochromatic Colors of #2E9590
Black with #2E9590
Text Example
Text Example
White with #2E9590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9590; }
p { color: rgb(46,149,144); }
H1.HeaderClassName
{
color: #2E9590;
}
.AnyTagClassName
{
color: #2E9590;
}
</style>
background-color css
<style>
a { background-color: #2E9590; }
a { background-color: rgb(46,149,144); }
div.DivClassName
{
background-color: #2E9590;
}
.BgClassName
{
background-color: #2E9590;
}
</style>
border-color css
<style>
span { border-color: #2E9590; }
span { border-color: rgb(46,149,144); }
td.TdClassName
{
border-color: #2E9590;
}
.TagClassName
{
border-color: #2E9590;
}
</style>