Shades of Java #2B9395
Tints of Java #2B9395
RGB
CMYK
RGB Variations
Color information
#2B9395 (or 0x2B9395) is known color: Java. HEX triplet: 2B, 93 and 95. RGB value is (43,147,149). Sum of RGB (Red+Green+Blue) = 43+147+149=339 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.68% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: blue. Hex color #2B9395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9395 is #D46C6A. Grayscale: #747474. Windows color (decimal): -13921387 or 9802539. OLE color: 9802539.
HSL color Cylindrical-coordinate representation of color #2B9395: hue angle of 181.13º 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 #2B9395 is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 147 | 149 | - |
| CMYK | 0.71 | 0.01 | 0 | 0.42 |
| HSL | 181.13º | 0.55% | 0.38% | - |
| HSV(B) | 181.13º | 0.71% | 0.58% | - |
| XYZ | 16.85 | 23.55 | 32.09 | - |
| YUV | 116.13 | 146.54 | 75.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 147 | 149 | 0.71 | 0.01 | 0 | 0.42 | 181.13 | 0.55 | 0.38 |
| Hex | 2B | 93 | 95 | 47 | 1 | 0 | 2A | B5 | 37 | 26 |
| Octal | 53 | 223 | 225 | 107 | 1 | 0 | 52 | 265 | 67 | 46 |
| Binary | 101011 | 10010011 | 10010101 | 1000111 | 1 | 0 | 101010 | 10110101 | 110111 | 100110 |
Color Harmonies of #2B9395
Complementary color
Monochromatic Colors of #2B9395
Black with #2B9395
Text Example
Text Example
White with #2B9395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9395; }
p { color: rgb(43,147,149); }
H1.HeaderClassName
{
color: #2B9395;
}
.AnyTagClassName
{
color: #2B9395;
}
</style>
background-color css
<style>
a { background-color: #2B9395; }
a { background-color: rgb(43,147,149); }
div.DivClassName
{
background-color: #2B9395;
}
.BgClassName
{
background-color: #2B9395;
}
</style>
border-color css
<style>
span { border-color: #2B9395; }
span { border-color: rgb(43,147,149); }
td.TdClassName
{
border-color: #2B9395;
}
.TagClassName
{
border-color: #2B9395;
}
</style>