Shades of Java #2E9592
Tints of Java #2E9592
RGB
CMYK
RGB Variations
Color information
#2E9592 (or 0x2E9592) is known color: Java. HEX triplet: 2E, 95 and 92. RGB value is (46,149,146). Sum of RGB (Red+Green+Blue) = 46+149+146=341 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.49% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 149 - color contains mainly: green. Hex color #2E9592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9592 is #D16A6D. Grayscale: #757575. Windows color (decimal): -13724270 or 9606446. OLE color: 9606446.
HSL color Cylindrical-coordinate representation of color #2E9592: hue angle of 178.25º 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 #2E9592 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 149 | 146 | - |
| CMYK | 0.69 | 0 | 0.02 | 0.42 |
| HSL | 178.25º | 0.53% | 0.38% | - |
| HSV(B) | 178.25º | 0.69% | 0.58% | - |
| XYZ | 17.06 | 24.15 | 30.96 | - |
| YUV | 117.86 | 143.88 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 149 | 146 | 0.69 | 0 | 0.02 | 0.42 | 178.25 | 0.53 | 0.38 |
| Hex | 2E | 95 | 92 | 45 | 0 | 2 | 2A | B2 | 35 | 26 |
| Octal | 56 | 225 | 222 | 105 | 0 | 2 | 52 | 262 | 65 | 46 |
| Binary | 101110 | 10010101 | 10010010 | 1000101 | 0 | 10 | 101010 | 10110010 | 110101 | 100110 |
Color Harmonies of #2E9592
Complementary color
Monochromatic Colors of #2E9592
Black with #2E9592
Text Example
Text Example
White with #2E9592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9592; }
p { color: rgb(46,149,146); }
H1.HeaderClassName
{
color: #2E9592;
}
.AnyTagClassName
{
color: #2E9592;
}
</style>
background-color css
<style>
a { background-color: #2E9592; }
a { background-color: rgb(46,149,146); }
div.DivClassName
{
background-color: #2E9592;
}
.BgClassName
{
background-color: #2E9592;
}
</style>
border-color css
<style>
span { border-color: #2E9592; }
span { border-color: rgb(46,149,146); }
td.TdClassName
{
border-color: #2E9592;
}
.TagClassName
{
border-color: #2E9592;
}
</style>