Shades of Java #2B9187
Tints of Java #2B9187
RGB
CMYK
RGB Variations
Color information
#2B9187 (or 0x2B9187) is known color: Java. HEX triplet: 2B, 91 and 87. RGB value is (43,145,135). Sum of RGB (Red+Green+Blue) = 43+145+135=323 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.31% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 135 (53.12% from 255 or 41.80% from 323); Max value from RGB is 145 - color contains mainly: green. Hex color #2B9187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9187 is #D46E78. Grayscale: #717171. Windows color (decimal): -13921913 or 8884523. OLE color: 8884523.
HSL color Cylindrical-coordinate representation of color #2B9187: hue angle of 174.12º 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 #2B9187 is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 145 | 135 | - |
| CMYK | 0.70 | 0 | 0.07 | 0.43 |
| HSL | 174.12º | 0.54% | 0.37% | - |
| HSV(B) | 174.12º | 0.7% | 0.57% | - |
| XYZ | 15.49 | 22.51 | 26.45 | - |
| YUV | 113.36 | 140.21 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 145 | 135 | 0.70 | 0 | 0.07 | 0.43 | 174.12 | 0.54 | 0.37 |
| Hex | 2B | 91 | 87 | 46 | 0 | 7 | 2B | AE | 36 | 25 |
| Octal | 53 | 221 | 207 | 106 | 0 | 7 | 53 | 256 | 66 | 45 |
| Binary | 101011 | 10010001 | 10000111 | 1000110 | 0 | 111 | 101011 | 10101110 | 110110 | 100101 |
Color Harmonies of #2B9187
Complementary color
Monochromatic Colors of #2B9187
Black with #2B9187
Text Example
Text Example
White with #2B9187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9187; }
p { color: rgb(43,145,135); }
H1.HeaderClassName
{
color: #2B9187;
}
.AnyTagClassName
{
color: #2B9187;
}
</style>
background-color css
<style>
a { background-color: #2B9187; }
a { background-color: rgb(43,145,135); }
div.DivClassName
{
background-color: #2B9187;
}
.BgClassName
{
background-color: #2B9187;
}
</style>
border-color css
<style>
span { border-color: #2B9187; }
span { border-color: rgb(43,145,135); }
td.TdClassName
{
border-color: #2B9187;
}
.TagClassName
{
border-color: #2B9187;
}
</style>