Shades of Java #2B9588
Tints of Java #2B9588
RGB
CMYK
RGB Variations
Color information
#2B9588 (or 0x2B9588) is known color: Java. HEX triplet: 2B, 95 and 88. RGB value is (43,149,136). Sum of RGB (Red+Green+Blue) = 43+149+136=328 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.11% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 149 - color contains mainly: green. Hex color #2B9588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9588 is #D46A77. Grayscale: #737373. Windows color (decimal): -13920888 or 8951083. OLE color: 8951083.
HSL color Cylindrical-coordinate representation of color #2B9588: hue angle of 172.64º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B9588 is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 149 | 136 | - |
| CMYK | 0.71 | 0 | 0.09 | 0.42 |
| HSL | 172.64º | 0.55% | 0.38% | - |
| HSV(B) | 172.64º | 0.71% | 0.58% | - |
| XYZ | 16.19 | 23.79 | 27.03 | - |
| YUV | 115.82 | 139.38 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 149 | 136 | 0.71 | 0 | 0.09 | 0.42 | 172.64 | 0.55 | 0.38 |
| Hex | 2B | 95 | 88 | 47 | 0 | 9 | 2A | AD | 37 | 26 |
| Octal | 53 | 225 | 210 | 107 | 0 | 11 | 52 | 255 | 67 | 46 |
| Binary | 101011 | 10010101 | 10001000 | 1000111 | 0 | 1001 | 101010 | 10101101 | 110111 | 100110 |
Color Harmonies of #2B9588
Complementary color
Monochromatic Colors of #2B9588
Black with #2B9588
Text Example
Text Example
White with #2B9588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9588; }
p { color: rgb(43,149,136); }
H1.HeaderClassName
{
color: #2B9588;
}
.AnyTagClassName
{
color: #2B9588;
}
</style>
background-color css
<style>
a { background-color: #2B9588; }
a { background-color: rgb(43,149,136); }
div.DivClassName
{
background-color: #2B9588;
}
.BgClassName
{
background-color: #2B9588;
}
</style>
border-color css
<style>
span { border-color: #2B9588; }
span { border-color: rgb(43,149,136); }
td.TdClassName
{
border-color: #2B9588;
}
.TagClassName
{
border-color: #2B9588;
}
</style>