Shades of Java #2B988E
Tints of Java #2B988E
RGB
CMYK
RGB Variations
Color information
#2B988E (or 0x2B988E) is known color: Java. HEX triplet: 2B, 98 and 8E. RGB value is (43,152,142). Sum of RGB (Red+Green+Blue) = 43+152+142=337 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.76% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 152 - color contains mainly: green. Hex color #2B988E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B988E is #D46771. Grayscale: #767676. Windows color (decimal): -13920114 or 9345067. OLE color: 9345067.
HSL color Cylindrical-coordinate representation of color #2B988E: hue angle of 174.5º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B988E is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 43 | 152 | 142 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.40 |
| HSL | 174.5º | 0.56% | 0.38% | - |
| HSV(B) | 174.5º | 0.72% | 0.6% | - |
| XYZ | 17.11 | 24.92 | 29.5 | - |
| YUV | 118.27 | 141.39 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 152 | 142 | 0.72 | 0 | 0.07 | 0.40 | 174.5 | 0.56 | 0.38 |
| Hex | 2B | 98 | 8E | 48 | 0 | 7 | 28 | AE | 38 | 26 |
| Octal | 53 | 230 | 216 | 110 | 0 | 7 | 50 | 256 | 70 | 46 |
| Binary | 101011 | 10011000 | 10001110 | 1001000 | 0 | 111 | 101000 | 10101110 | 111000 | 100110 |
Color Harmonies of #2B988E
Complementary color
Monochromatic Colors of #2B988E
Black with #2B988E
Text Example
Text Example
White with #2B988E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B988E; }
p { color: rgb(43,152,142); }
H1.HeaderClassName
{
color: #2B988E;
}
.AnyTagClassName
{
color: #2B988E;
}
</style>
background-color css
<style>
a { background-color: #2B988E; }
a { background-color: rgb(43,152,142); }
div.DivClassName
{
background-color: #2B988E;
}
.BgClassName
{
background-color: #2B988E;
}
</style>
border-color css
<style>
span { border-color: #2B988E; }
span { border-color: rgb(43,152,142); }
td.TdClassName
{
border-color: #2B988E;
}
.TagClassName
{
border-color: #2B988E;
}
</style>