Shades of Java #2B8C89
Tints of Java #2B8C89
RGB
CMYK
RGB Variations
Color information
#2B8C89 (or 0x2B8C89) is known color: Java. HEX triplet: 2B, 8C and 89. RGB value is (43,140,137). Sum of RGB (Red+Green+Blue) = 43+140+137=320 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.44% from 320); Green value is 140 (55.08% from 255 or 43.75% from 320); Blue value is 137 (53.91% from 255 or 42.81% from 320); Max value from RGB is 140 - color contains mainly: green. Hex color #2B8C89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8C89 is #D47376. Grayscale: #6E6E6E. Windows color (decimal): -13923191 or 9014315. OLE color: 9014315.
HSL color Cylindrical-coordinate representation of color #2B8C89: hue angle of 178.14º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B8C89 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 140 | 137 | - |
| CMYK | 0.69 | 0 | 0.02 | 0.45 |
| HSL | 178.14º | 0.53% | 0.36% | - |
| HSV(B) | 178.14º | 0.69% | 0.55% | - |
| XYZ | 14.89 | 21.08 | 26.95 | - |
| YUV | 110.66 | 142.86 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 140 | 137 | 0.69 | 0 | 0.02 | 0.45 | 178.14 | 0.53 | 0.36 |
| Hex | 2B | 8C | 89 | 45 | 0 | 2 | 2D | B2 | 35 | 24 |
| Octal | 53 | 214 | 211 | 105 | 0 | 2 | 55 | 262 | 65 | 44 |
| Binary | 101011 | 10001100 | 10001001 | 1000101 | 0 | 10 | 101101 | 10110010 | 110101 | 100100 |
Color Harmonies of #2B8C89
Complementary color
Monochromatic Colors of #2B8C89
Black with #2B8C89
Text Example
Text Example
White with #2B8C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8C89; }
p { color: rgb(43,140,137); }
H1.HeaderClassName
{
color: #2B8C89;
}
.AnyTagClassName
{
color: #2B8C89;
}
</style>
background-color css
<style>
a { background-color: #2B8C89; }
a { background-color: rgb(43,140,137); }
div.DivClassName
{
background-color: #2B8C89;
}
.BgClassName
{
background-color: #2B8C89;
}
</style>
border-color css
<style>
span { border-color: #2B8C89; }
span { border-color: rgb(43,140,137); }
td.TdClassName
{
border-color: #2B8C89;
}
.TagClassName
{
border-color: #2B8C89;
}
</style>