Shades of Java #2B9195
Tints of Java #2B9195
RGB
CMYK
RGB Variations
Color information
#2B9195 (or 0x2B9195) is known color: Java. HEX triplet: 2B, 91 and 95. RGB value is (43,145,149). Sum of RGB (Red+Green+Blue) = 43+145+149=337 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.76% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 149 - color contains mainly: blue. Hex color #2B9195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9195 is #D46E6A. Grayscale: #727272. Windows color (decimal): -13921899 or 9802027. OLE color: 9802027.
HSL color Cylindrical-coordinate representation of color #2B9195: hue angle of 182.26º 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 #2B9195 is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 145 | 149 | - |
| CMYK | 0.71 | 0.03 | 0 | 0.42 |
| HSL | 182.26º | 0.55% | 0.38% | - |
| HSV(B) | 182.26º | 0.71% | 0.58% | - |
| XYZ | 16.55 | 22.93 | 31.99 | - |
| YUV | 114.96 | 147.21 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 145 | 149 | 0.71 | 0.03 | 0 | 0.42 | 182.26 | 0.55 | 0.38 |
| Hex | 2B | 91 | 95 | 47 | 3 | 0 | 2A | B6 | 37 | 26 |
| Octal | 53 | 221 | 225 | 107 | 3 | 0 | 52 | 266 | 67 | 46 |
| Binary | 101011 | 10010001 | 10010101 | 1000111 | 11 | 0 | 101010 | 10110110 | 110111 | 100110 |
Color Harmonies of #2B9195
Complementary color
Monochromatic Colors of #2B9195
Black with #2B9195
Text Example
Text Example
White with #2B9195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9195; }
p { color: rgb(43,145,149); }
H1.HeaderClassName
{
color: #2B9195;
}
.AnyTagClassName
{
color: #2B9195;
}
</style>
background-color css
<style>
a { background-color: #2B9195; }
a { background-color: rgb(43,145,149); }
div.DivClassName
{
background-color: #2B9195;
}
.BgClassName
{
background-color: #2B9195;
}
</style>
border-color css
<style>
span { border-color: #2B9195; }
span { border-color: rgb(43,145,149); }
td.TdClassName
{
border-color: #2B9195;
}
.TagClassName
{
border-color: #2B9195;
}
</style>