Shades of Java #2E968C
Tints of Java #2E968C
RGB
CMYK
RGB Variations
Color information
#2E968C (or 0x2E968C) is known color: Java. HEX triplet: 2E, 96 and 8C. RGB value is (46,150,140). Sum of RGB (Red+Green+Blue) = 46+150+140=336 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.69% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 150 - color contains mainly: green. Hex color #2E968C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E968C is #D16973. Grayscale: #757575. Windows color (decimal): -13724020 or 9213486. OLE color: 9213486.
HSL color Cylindrical-coordinate representation of color #2E968C: hue angle of 174.23º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E968C is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 46 | 150 | 140 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.41 |
| HSL | 174.23º | 0.53% | 0.38% | - |
| HSV(B) | 174.23º | 0.69% | 0.59% | - |
| XYZ | 16.77 | 24.29 | 28.62 | - |
| YUV | 117.76 | 140.54 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 150 | 140 | 0.69 | 0 | 0.07 | 0.41 | 174.23 | 0.53 | 0.38 |
| Hex | 2E | 96 | 8C | 45 | 0 | 7 | 29 | AE | 35 | 26 |
| Octal | 56 | 226 | 214 | 105 | 0 | 7 | 51 | 256 | 65 | 46 |
| Binary | 101110 | 10010110 | 10001100 | 1000101 | 0 | 111 | 101001 | 10101110 | 110101 | 100110 |
Color Harmonies of #2E968C
Complementary color
Monochromatic Colors of #2E968C
Black with #2E968C
Text Example
Text Example
White with #2E968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E968C; }
p { color: rgb(46,150,140); }
H1.HeaderClassName
{
color: #2E968C;
}
.AnyTagClassName
{
color: #2E968C;
}
</style>
background-color css
<style>
a { background-color: #2E968C; }
a { background-color: rgb(46,150,140); }
div.DivClassName
{
background-color: #2E968C;
}
.BgClassName
{
background-color: #2E968C;
}
</style>
border-color css
<style>
span { border-color: #2E968C; }
span { border-color: rgb(46,150,140); }
td.TdClassName
{
border-color: #2E968C;
}
.TagClassName
{
border-color: #2E968C;
}
</style>