Shades of Java #2E948B
Tints of Java #2E948B
RGB
CMYK
RGB Variations
Color information
#2E948B (or 0x2E948B) is known color: Java. HEX triplet: 2E, 94 and 8B. RGB value is (46,148,139). Sum of RGB (Red+Green+Blue) = 46+148+139=333 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.81% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 148 - color contains mainly: green. Hex color #2E948B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E948B is #D16B74. Grayscale: #747474. Windows color (decimal): -13724533 or 9147438. OLE color: 9147438.
HSL color Cylindrical-coordinate representation of color #2E948B: hue angle of 174.71º 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 #2E948B is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 148 | 139 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.42 |
| HSL | 174.71º | 0.53% | 0.38% | - |
| HSV(B) | 174.71º | 0.69% | 0.58% | - |
| XYZ | 16.38 | 23.62 | 28.12 | - |
| YUV | 116.48 | 140.71 | 77.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 148 | 139 | 0.69 | 0 | 0.06 | 0.42 | 174.71 | 0.53 | 0.38 |
| Hex | 2E | 94 | 8B | 45 | 0 | 6 | 2A | AF | 35 | 26 |
| Octal | 56 | 224 | 213 | 105 | 0 | 6 | 52 | 257 | 65 | 46 |
| Binary | 101110 | 10010100 | 10001011 | 1000101 | 0 | 110 | 101010 | 10101111 | 110101 | 100110 |
Color Harmonies of #2E948B
Complementary color
Monochromatic Colors of #2E948B
Black with #2E948B
Text Example
Text Example
White with #2E948B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E948B; }
p { color: rgb(46,148,139); }
H1.HeaderClassName
{
color: #2E948B;
}
.AnyTagClassName
{
color: #2E948B;
}
</style>
background-color css
<style>
a { background-color: #2E948B; }
a { background-color: rgb(46,148,139); }
div.DivClassName
{
background-color: #2E948B;
}
.BgClassName
{
background-color: #2E948B;
}
</style>
border-color css
<style>
span { border-color: #2E948B; }
span { border-color: rgb(46,148,139); }
td.TdClassName
{
border-color: #2E948B;
}
.TagClassName
{
border-color: #2E948B;
}
</style>