Shades of Java #2B9589
Tints of Java #2B9589
RGB
CMYK
RGB Variations
Color information
#2B9589 (or 0x2B9589) is known color: Java. HEX triplet: 2B, 95 and 89. RGB value is (43,149,137). Sum of RGB (Red+Green+Blue) = 43+149+137=329 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.07% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 149 - color contains mainly: green. Hex color #2B9589 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9589 is #D46A76. Grayscale: #737373. Windows color (decimal): -13920887 or 9016619. OLE color: 9016619.
HSL color Cylindrical-coordinate representation of color #2B9589: hue angle of 173.21º 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 #2B9589 is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 149 | 137 | - |
| CMYK | 0.71 | 0 | 0.08 | 0.42 |
| HSL | 173.21º | 0.55% | 0.38% | - |
| HSV(B) | 173.21º | 0.71% | 0.58% | - |
| XYZ | 16.26 | 23.81 | 27.41 | - |
| YUV | 115.94 | 139.88 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 149 | 137 | 0.71 | 0 | 0.08 | 0.42 | 173.21 | 0.55 | 0.38 |
| Hex | 2B | 95 | 89 | 47 | 0 | 8 | 2A | AD | 37 | 26 |
| Octal | 53 | 225 | 211 | 107 | 0 | 10 | 52 | 255 | 67 | 46 |
| Binary | 101011 | 10010101 | 10001001 | 1000111 | 0 | 1000 | 101010 | 10101101 | 110111 | 100110 |
Color Harmonies of #2B9589
Complementary color
Monochromatic Colors of #2B9589
Black with #2B9589
Text Example
Text Example
White with #2B9589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9589; }
p { color: rgb(43,149,137); }
H1.HeaderClassName
{
color: #2B9589;
}
.AnyTagClassName
{
color: #2B9589;
}
</style>
background-color css
<style>
a { background-color: #2B9589; }
a { background-color: rgb(43,149,137); }
div.DivClassName
{
background-color: #2B9589;
}
.BgClassName
{
background-color: #2B9589;
}
</style>
border-color css
<style>
span { border-color: #2B9589; }
span { border-color: rgb(43,149,137); }
td.TdClassName
{
border-color: #2B9589;
}
.TagClassName
{
border-color: #2B9589;
}
</style>