Shades of Java #2B878B
Tints of Java #2B878B
RGB
CMYK
RGB Variations
Color information
#2B878B (or 0x2B878B) is known color: Java. HEX triplet: 2B, 87 and 8B. RGB value is (43,135,139). Sum of RGB (Red+Green+Blue) = 43+135+139=317 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.56% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B878B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B878B is #D47874. Grayscale: #6B6B6B. Windows color (decimal): -13924469 or 9144107. OLE color: 9144107.
HSL color Cylindrical-coordinate representation of color #2B878B: hue angle of 182.5º 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 #2B878B is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 135 | 139 | - |
| CMYK | 0.69 | 0.03 | 0 | 0.45 |
| HSL | 182.5º | 0.53% | 0.36% | - |
| HSV(B) | 182.5º | 0.69% | 0.55% | - |
| XYZ | 14.32 | 19.71 | 27.47 | - |
| YUV | 107.95 | 145.52 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 135 | 139 | 0.69 | 0.03 | 0 | 0.45 | 182.5 | 0.53 | 0.36 |
| Hex | 2B | 87 | 8B | 45 | 3 | 0 | 2D | B6 | 35 | 24 |
| Octal | 53 | 207 | 213 | 105 | 3 | 0 | 55 | 266 | 65 | 44 |
| Binary | 101011 | 10000111 | 10001011 | 1000101 | 11 | 0 | 101101 | 10110110 | 110101 | 100100 |
Color Harmonies of #2B878B
Complementary color
Monochromatic Colors of #2B878B
Black with #2B878B
Text Example
Text Example
White with #2B878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B878B; }
p { color: rgb(43,135,139); }
H1.HeaderClassName
{
color: #2B878B;
}
.AnyTagClassName
{
color: #2B878B;
}
</style>
background-color css
<style>
a { background-color: #2B878B; }
a { background-color: rgb(43,135,139); }
div.DivClassName
{
background-color: #2B878B;
}
.BgClassName
{
background-color: #2B878B;
}
</style>
border-color css
<style>
span { border-color: #2B878B; }
span { border-color: rgb(43,135,139); }
td.TdClassName
{
border-color: #2B878B;
}
.TagClassName
{
border-color: #2B878B;
}
</style>