Shades of Java #2B988D
Tints of Java #2B988D
RGB
CMYK
RGB Variations
Color information
#2B988D (or 0x2B988D) is known color: Java. HEX triplet: 2B, 98 and 8D. RGB value is (43,152,141). Sum of RGB (Red+Green+Blue) = 43+152+141=336 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.80% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 152 - color contains mainly: green. Hex color #2B988D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B988D is #D46772. Grayscale: #767676. Windows color (decimal): -13920115 or 9279531. OLE color: 9279531.
HSL color Cylindrical-coordinate representation of color #2B988D: hue angle of 173.94º 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 #2B988D is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 43 | 152 | 141 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.40 |
| HSL | 173.95º | 0.56% | 0.38% | - |
| HSV(B) | 173.95º | 0.72% | 0.6% | - |
| XYZ | 17.03 | 24.89 | 29.11 | - |
| YUV | 118.16 | 140.89 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 152 | 141 | 0.72 | 0 | 0.07 | 0.40 | 173.95 | 0.56 | 0.38 |
| Hex | 2B | 98 | 8D | 48 | 0 | 7 | 28 | AE | 38 | 26 |
| Octal | 53 | 230 | 215 | 110 | 0 | 7 | 50 | 256 | 70 | 46 |
| Binary | 101011 | 10011000 | 10001101 | 1001000 | 0 | 111 | 101000 | 10101110 | 111000 | 100110 |
Color Harmonies of #2B988D
Complementary color
Monochromatic Colors of #2B988D
Black with #2B988D
Text Example
Text Example
White with #2B988D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B988D; }
p { color: rgb(43,152,141); }
H1.HeaderClassName
{
color: #2B988D;
}
.AnyTagClassName
{
color: #2B988D;
}
</style>
background-color css
<style>
a { background-color: #2B988D; }
a { background-color: rgb(43,152,141); }
div.DivClassName
{
background-color: #2B988D;
}
.BgClassName
{
background-color: #2B988D;
}
</style>
border-color css
<style>
span { border-color: #2B988D; }
span { border-color: rgb(43,152,141); }
td.TdClassName
{
border-color: #2B988D;
}
.TagClassName
{
border-color: #2B988D;
}
</style>