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