Shades of Java #2B9289
Tints of Java #2B9289
RGB
CMYK
RGB Variations
Color information
#2B9289 (or 0x2B9289) is known color: Java. HEX triplet: 2B, 92 and 89. RGB value is (43,146,137). Sum of RGB (Red+Green+Blue) = 43+146+137=326 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.19% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 146 - color contains mainly: green. Hex color #2B9289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9289 is #D46D76. Grayscale: #727272. Windows color (decimal): -13921655 or 9015851. OLE color: 9015851.
HSL color Cylindrical-coordinate representation of color #2B9289: hue angle of 174.76º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B9289 is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 146 | 137 | - |
| CMYK | 0.71 | 0 | 0.06 | 0.43 |
| HSL | 174.76º | 0.54% | 0.37% | - |
| HSV(B) | 174.76º | 0.71% | 0.57% | - |
| XYZ | 15.79 | 22.88 | 27.25 | - |
| YUV | 114.18 | 140.88 | 77.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 146 | 137 | 0.71 | 0 | 0.06 | 0.43 | 174.76 | 0.54 | 0.37 |
| Hex | 2B | 92 | 89 | 47 | 0 | 6 | 2B | AF | 36 | 25 |
| Octal | 53 | 222 | 211 | 107 | 0 | 6 | 53 | 257 | 66 | 45 |
| Binary | 101011 | 10010010 | 10001001 | 1000111 | 0 | 110 | 101011 | 10101111 | 110110 | 100101 |
Color Harmonies of #2B9289
Complementary color
Monochromatic Colors of #2B9289
Black with #2B9289
Text Example
Text Example
White with #2B9289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9289; }
p { color: rgb(43,146,137); }
H1.HeaderClassName
{
color: #2B9289;
}
.AnyTagClassName
{
color: #2B9289;
}
</style>
background-color css
<style>
a { background-color: #2B9289; }
a { background-color: rgb(43,146,137); }
div.DivClassName
{
background-color: #2B9289;
}
.BgClassName
{
background-color: #2B9289;
}
</style>
border-color css
<style>
span { border-color: #2B9289; }
span { border-color: rgb(43,146,137); }
td.TdClassName
{
border-color: #2B9289;
}
.TagClassName
{
border-color: #2B9289;
}
</style>