Shades of Java #2B8D87
Tints of Java #2B8D87
RGB
CMYK
RGB Variations
Color information
#2B8D87 (or 0x2B8D87) is known color: Java. HEX triplet: 2B, 8D and 87. RGB value is (43,141,135). Sum of RGB (Red+Green+Blue) = 43+141+135=319 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.48% from 319); Green value is 141 (55.47% from 255 or 44.20% from 319); Blue value is 135 (53.12% from 255 or 42.32% from 319); Max value from RGB is 141 - color contains mainly: green. Hex color #2B8D87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8D87 is #D47278. Grayscale: #6E6E6E. Windows color (decimal): -13922937 or 8883499. OLE color: 8883499.
HSL color Cylindrical-coordinate representation of color #2B8D87: hue angle of 176.33º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B8D87 is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 141 | 135 | - |
| CMYK | 0.70 | 0 | 0.04 | 0.45 |
| HSL | 176.33º | 0.53% | 0.36% | - |
| HSV(B) | 176.33º | 0.7% | 0.55% | - |
| XYZ | 14.89 | 21.31 | 26.25 | - |
| YUV | 111.01 | 141.53 | 79.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 141 | 135 | 0.70 | 0 | 0.04 | 0.45 | 176.33 | 0.53 | 0.36 |
| Hex | 2B | 8D | 87 | 46 | 0 | 4 | 2D | B0 | 35 | 24 |
| Octal | 53 | 215 | 207 | 106 | 0 | 4 | 55 | 260 | 65 | 44 |
| Binary | 101011 | 10001101 | 10000111 | 1000110 | 0 | 100 | 101101 | 10110000 | 110101 | 100100 |
Color Harmonies of #2B8D87
Complementary color
Monochromatic Colors of #2B8D87
Black with #2B8D87
Text Example
Text Example
White with #2B8D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8D87; }
p { color: rgb(43,141,135); }
H1.HeaderClassName
{
color: #2B8D87;
}
.AnyTagClassName
{
color: #2B8D87;
}
</style>
background-color css
<style>
a { background-color: #2B8D87; }
a { background-color: rgb(43,141,135); }
div.DivClassName
{
background-color: #2B8D87;
}
.BgClassName
{
background-color: #2B8D87;
}
</style>
border-color css
<style>
span { border-color: #2B8D87; }
span { border-color: rgb(43,141,135); }
td.TdClassName
{
border-color: #2B8D87;
}
.TagClassName
{
border-color: #2B8D87;
}
</style>