Shades of Java #2B9188
Tints of Java #2B9188
RGB
CMYK
RGB Variations
Color information
#2B9188 (or 0x2B9188) is known color: Java. HEX triplet: 2B, 91 and 88. RGB value is (43,145,136). Sum of RGB (Red+Green+Blue) = 43+145+136=324 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.27% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 145 - color contains mainly: green. Hex color #2B9188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9188 is #D46E77. Grayscale: #717171. Windows color (decimal): -13921912 or 8950059. OLE color: 8950059.
HSL color Cylindrical-coordinate representation of color #2B9188: hue angle of 174.71º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B9188 is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 145 | 136 | - |
| CMYK | 0.70 | 0 | 0.06 | 0.43 |
| HSL | 174.71º | 0.54% | 0.37% | - |
| HSV(B) | 174.71º | 0.7% | 0.57% | - |
| XYZ | 15.57 | 22.54 | 26.82 | - |
| YUV | 113.48 | 140.71 | 77.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 145 | 136 | 0.70 | 0 | 0.06 | 0.43 | 174.71 | 0.54 | 0.37 |
| Hex | 2B | 91 | 88 | 46 | 0 | 6 | 2B | AF | 36 | 25 |
| Octal | 53 | 221 | 210 | 106 | 0 | 6 | 53 | 257 | 66 | 45 |
| Binary | 101011 | 10010001 | 10001000 | 1000110 | 0 | 110 | 101011 | 10101111 | 110110 | 100101 |
Color Harmonies of #2B9188
Complementary color
Monochromatic Colors of #2B9188
Black with #2B9188
Text Example
Text Example
White with #2B9188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9188; }
p { color: rgb(43,145,136); }
H1.HeaderClassName
{
color: #2B9188;
}
.AnyTagClassName
{
color: #2B9188;
}
</style>
background-color css
<style>
a { background-color: #2B9188; }
a { background-color: rgb(43,145,136); }
div.DivClassName
{
background-color: #2B9188;
}
.BgClassName
{
background-color: #2B9188;
}
</style>
border-color css
<style>
span { border-color: #2B9188; }
span { border-color: rgb(43,145,136); }
td.TdClassName
{
border-color: #2B9188;
}
.TagClassName
{
border-color: #2B9188;
}
</style>