Shades of Java #2E9397
Tints of Java #2E9397
RGB
CMYK
RGB Variations
Color information
#2E9397 (or 0x2E9397) is known color: Java. HEX triplet: 2E, 93 and 97. RGB value is (46,147,151). Sum of RGB (Red+Green+Blue) = 46+147+151=344 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.37% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 151 (59.38% from 255 or 43.90% from 344); Max value from RGB is 151 - color contains mainly: blue. Hex color #2E9397 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9397 is #D16C68. Grayscale: #757575. Windows color (decimal): -13724777 or 9933614. OLE color: 9933614.
HSL color Cylindrical-coordinate representation of color #2E9397: hue angle of 182.29º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E9397 is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 46 | 147 | 151 | - |
| CMYK | 0.70 | 0.03 | 0 | 0.41 |
| HSL | 182.29º | 0.53% | 0.39% | - |
| HSV(B) | 182.29º | 0.7% | 0.59% | - |
| XYZ | 17.15 | 23.68 | 32.95 | - |
| YUV | 117.26 | 147.04 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 147 | 151 | 0.70 | 0.03 | 0 | 0.41 | 182.29 | 0.53 | 0.39 |
| Hex | 2E | 93 | 97 | 46 | 3 | 0 | 29 | B6 | 35 | 27 |
| Octal | 56 | 223 | 227 | 106 | 3 | 0 | 51 | 266 | 65 | 47 |
| Binary | 101110 | 10010011 | 10010111 | 1000110 | 11 | 0 | 101001 | 10110110 | 110101 | 100111 |
Color Harmonies of #2E9397
Complementary color
Monochromatic Colors of #2E9397
Black with #2E9397
Text Example
Text Example
White with #2E9397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9397; }
p { color: rgb(46,147,151); }
H1.HeaderClassName
{
color: #2E9397;
}
.AnyTagClassName
{
color: #2E9397;
}
</style>
background-color css
<style>
a { background-color: #2E9397; }
a { background-color: rgb(46,147,151); }
div.DivClassName
{
background-color: #2E9397;
}
.BgClassName
{
background-color: #2E9397;
}
</style>
border-color css
<style>
span { border-color: #2E9397; }
span { border-color: rgb(46,147,151); }
td.TdClassName
{
border-color: #2E9397;
}
.TagClassName
{
border-color: #2E9397;
}
</style>