Shades of Java #2E949A
Tints of Java #2E949A
RGB
CMYK
RGB Variations
Color information
#2E949A (or 0x2E949A) is known color: Java. HEX triplet: 2E, 94 and 9A. RGB value is (46,148,154). Sum of RGB (Red+Green+Blue) = 46+148+154=348 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.22% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 154 (60.55% from 255 or 44.25% from 348); Max value from RGB is 154 - color contains mainly: blue. Hex color #2E949A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E949A is #D16B65. Grayscale: #767676. Windows color (decimal): -13724518 or 10130478. OLE color: 10130478.
HSL color Cylindrical-coordinate representation of color #2E949A: hue angle of 183.33º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E949A is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 46 | 148 | 154 | - |
| CMYK | 0.70 | 0.04 | 0 | 0.40 |
| HSL | 183.33º | 0.54% | 0.39% | - |
| HSV(B) | 183.33º | 0.7% | 0.6% | - |
| XYZ | 17.55 | 24.09 | 34.3 | - |
| YUV | 118.19 | 148.21 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 148 | 154 | 0.70 | 0.04 | 0 | 0.40 | 183.33 | 0.54 | 0.39 |
| Hex | 2E | 94 | 9A | 46 | 4 | 0 | 28 | B7 | 36 | 27 |
| Octal | 56 | 224 | 232 | 106 | 4 | 0 | 50 | 267 | 66 | 47 |
| Binary | 101110 | 10010100 | 10011010 | 1000110 | 100 | 0 | 101000 | 10110111 | 110110 | 100111 |
Color Harmonies of #2E949A
Complementary color
Monochromatic Colors of #2E949A
Black with #2E949A
Text Example
Text Example
White with #2E949A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E949A; }
p { color: rgb(46,148,154); }
H1.HeaderClassName
{
color: #2E949A;
}
.AnyTagClassName
{
color: #2E949A;
}
</style>
background-color css
<style>
a { background-color: #2E949A; }
a { background-color: rgb(46,148,154); }
div.DivClassName
{
background-color: #2E949A;
}
.BgClassName
{
background-color: #2E949A;
}
</style>
border-color css
<style>
span { border-color: #2E949A; }
span { border-color: rgb(46,148,154); }
td.TdClassName
{
border-color: #2E949A;
}
.TagClassName
{
border-color: #2E949A;
}
</style>