Shades of Java #2E999B
Tints of Java #2E999B
RGB
CMYK
RGB Variations
Color information
#2E999B (or 0x2E999B) is known color: Java. HEX triplet: 2E, 99 and 9B. RGB value is (46,153,155). Sum of RGB (Red+Green+Blue) = 46+153+155=354 (46% of max value = 765). Red value is 46 (18.36% from 255 or 12.99% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 155 - color contains mainly: blue. Hex color #2E999B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E999B is #D16664. Grayscale: #797979. Windows color (decimal): -13723237 or 10197294. OLE color: 10197294.
HSL color Cylindrical-coordinate representation of color #2E999B: hue angle of 181.1º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E999B is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 46 | 153 | 155 | - |
| CMYK | 0.70 | 0.01 | 0 | 0.39 |
| HSL | 181.1º | 0.54% | 0.39% | - |
| HSV(B) | 181.1º | 0.7% | 0.61% | - |
| XYZ | 18.43 | 25.73 | 35.01 | - |
| YUV | 121.24 | 147.05 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 153 | 155 | 0.70 | 0.01 | 0 | 0.39 | 181.1 | 0.54 | 0.39 |
| Hex | 2E | 99 | 9B | 46 | 1 | 0 | 27 | B5 | 36 | 27 |
| Octal | 56 | 231 | 233 | 106 | 1 | 0 | 47 | 265 | 66 | 47 |
| Binary | 101110 | 10011001 | 10011011 | 1000110 | 1 | 0 | 100111 | 10110101 | 110110 | 100111 |
Color Harmonies of #2E999B
Complementary color
Monochromatic Colors of #2E999B
Black with #2E999B
Text Example
Text Example
White with #2E999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E999B; }
p { color: rgb(46,153,155); }
H1.HeaderClassName
{
color: #2E999B;
}
.AnyTagClassName
{
color: #2E999B;
}
</style>
background-color css
<style>
a { background-color: #2E999B; }
a { background-color: rgb(46,153,155); }
div.DivClassName
{
background-color: #2E999B;
}
.BgClassName
{
background-color: #2E999B;
}
</style>
border-color css
<style>
span { border-color: #2E999B; }
span { border-color: rgb(46,153,155); }
td.TdClassName
{
border-color: #2E999B;
}
.TagClassName
{
border-color: #2E999B;
}
</style>