Shades of Java #2B9E91
Tints of Java #2B9E91
RGB
CMYK
RGB Variations
Color information
#2B9E91 (or 0x2B9E91) is known color: Java. HEX triplet: 2B, 9E and 91. RGB value is (43,158,145). Sum of RGB (Red+Green+Blue) = 43+158+145=346 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.43% from 346); Green value is 158 (62.11% from 255 or 45.66% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 158 - color contains mainly: green. Hex color #2B9E91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9E91 is #D4616E. Grayscale: #7A7A7A. Windows color (decimal): -13918575 or 9543211. OLE color: 9543211.
HSL color Cylindrical-coordinate representation of color #2B9E91: hue angle of 173.22º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B9E91 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 158 | 145 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.38 |
| HSL | 173.22º | 0.57% | 0.39% | - |
| HSV(B) | 173.22º | 0.73% | 0.62% | - |
| XYZ | 18.33 | 27.01 | 31.04 | - |
| YUV | 122.13 | 140.9 | 71.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 158 | 145 | 0.73 | 0 | 0.08 | 0.38 | 173.22 | 0.57 | 0.39 |
| Hex | 2B | 9E | 91 | 49 | 0 | 8 | 26 | AD | 39 | 27 |
| Octal | 53 | 236 | 221 | 111 | 0 | 10 | 46 | 255 | 71 | 47 |
| Binary | 101011 | 10011110 | 10010001 | 1001001 | 0 | 1000 | 100110 | 10101101 | 111001 | 100111 |
Color Harmonies of #2B9E91
Complementary color
Monochromatic Colors of #2B9E91
Black with #2B9E91
Text Example
Text Example
White with #2B9E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9E91; }
p { color: rgb(43,158,145); }
H1.HeaderClassName
{
color: #2B9E91;
}
.AnyTagClassName
{
color: #2B9E91;
}
</style>
background-color css
<style>
a { background-color: #2B9E91; }
a { background-color: rgb(43,158,145); }
div.DivClassName
{
background-color: #2B9E91;
}
.BgClassName
{
background-color: #2B9E91;
}
</style>
border-color css
<style>
span { border-color: #2B9E91; }
span { border-color: rgb(43,158,145); }
td.TdClassName
{
border-color: #2B9E91;
}
.TagClassName
{
border-color: #2B9E91;
}
</style>