Shades of Java #2E8D93
Tints of Java #2E8D93
RGB
CMYK
RGB Variations
Color information
#2E8D93 (or 0x2E8D93) is known color: Java. HEX triplet: 2E, 8D and 93. RGB value is (46,141,147). Sum of RGB (Red+Green+Blue) = 46+141+147=334 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.77% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 147 - color contains mainly: blue. Hex color #2E8D93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8D93 is #D1726C. Grayscale: #717171. Windows color (decimal): -13726317 or 9669934. OLE color: 9669934.
HSL color Cylindrical-coordinate representation of color #2E8D93: hue angle of 183.56º degrees, saturation: 0.52, 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 #2E8D93 is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 141 | 147 | - |
| CMYK | 0.69 | 0.04 | 0 | 0.42 |
| HSL | 183.56º | 0.52% | 0.38% | - |
| HSV(B) | 183.56º | 0.69% | 0.58% | - |
| XYZ | 15.92 | 21.74 | 30.96 | - |
| YUV | 113.28 | 147.03 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 141 | 147 | 0.69 | 0.04 | 0 | 0.42 | 183.56 | 0.52 | 0.38 |
| Hex | 2E | 8D | 93 | 45 | 4 | 0 | 2A | B8 | 34 | 26 |
| Octal | 56 | 215 | 223 | 105 | 4 | 0 | 52 | 270 | 64 | 46 |
| Binary | 101110 | 10001101 | 10010011 | 1000101 | 100 | 0 | 101010 | 10111000 | 110100 | 100110 |
Color Harmonies of #2E8D93
Complementary color
Monochromatic Colors of #2E8D93
Black with #2E8D93
Text Example
Text Example
White with #2E8D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8D93; }
p { color: rgb(46,141,147); }
H1.HeaderClassName
{
color: #2E8D93;
}
.AnyTagClassName
{
color: #2E8D93;
}
</style>
background-color css
<style>
a { background-color: #2E8D93; }
a { background-color: rgb(46,141,147); }
div.DivClassName
{
background-color: #2E8D93;
}
.BgClassName
{
background-color: #2E8D93;
}
</style>
border-color css
<style>
span { border-color: #2E8D93; }
span { border-color: rgb(46,141,147); }
td.TdClassName
{
border-color: #2E8D93;
}
.TagClassName
{
border-color: #2E8D93;
}
</style>