Shades of Java #2B9089
Tints of Java #2B9089
RGB
CMYK
RGB Variations
Color information
#2B9089 (or 0x2B9089) is known color: Java. HEX triplet: 2B, 90 and 89. RGB value is (43,144,137). Sum of RGB (Red+Green+Blue) = 43+144+137=324 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.27% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 144 - color contains mainly: green. Hex color #2B9089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9089 is #D46F76. Grayscale: #707070. Windows color (decimal): -13922167 or 9015339. OLE color: 9015339.
HSL color Cylindrical-coordinate representation of color #2B9089: hue angle of 175.84º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B9089 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 144 | 137 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.44 |
| HSL | 175.84º | 0.54% | 0.37% | - |
| HSV(B) | 175.84º | 0.7% | 0.56% | - |
| XYZ | 15.48 | 22.27 | 27.15 | - |
| YUV | 113 | 141.54 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 144 | 137 | 0.70 | 0 | 0.05 | 0.44 | 175.84 | 0.54 | 0.37 |
| Hex | 2B | 90 | 89 | 46 | 0 | 5 | 2C | B0 | 36 | 25 |
| Octal | 53 | 220 | 211 | 106 | 0 | 5 | 54 | 260 | 66 | 45 |
| Binary | 101011 | 10010000 | 10001001 | 1000110 | 0 | 101 | 101100 | 10110000 | 110110 | 100101 |
Color Harmonies of #2B9089
Complementary color
Monochromatic Colors of #2B9089
Black with #2B9089
Text Example
Text Example
White with #2B9089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9089; }
p { color: rgb(43,144,137); }
H1.HeaderClassName
{
color: #2B9089;
}
.AnyTagClassName
{
color: #2B9089;
}
</style>
background-color css
<style>
a { background-color: #2B9089; }
a { background-color: rgb(43,144,137); }
div.DivClassName
{
background-color: #2B9089;
}
.BgClassName
{
background-color: #2B9089;
}
</style>
border-color css
<style>
span { border-color: #2B9089; }
span { border-color: rgb(43,144,137); }
td.TdClassName
{
border-color: #2B9089;
}
.TagClassName
{
border-color: #2B9089;
}
</style>