Shades of Java #2B8F95
Tints of Java #2B8F95
RGB
CMYK
RGB Variations
Color information
#2B8F95 (or 0x2B8F95) is known color: Java. HEX triplet: 2B, 8F and 95. RGB value is (43,143,149). Sum of RGB (Red+Green+Blue) = 43+143+149=335 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.84% from 335); Green value is 143 (56.25% from 255 or 42.69% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: blue. Hex color #2B8F95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8F95 is #D4706A. Grayscale: #717171. Windows color (decimal): -13922411 or 9801515. OLE color: 9801515.
HSL color Cylindrical-coordinate representation of color #2B8F95: hue angle of 183.4º 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 #2B8F95 is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 143 | 149 | - |
| CMYK | 0.71 | 0.04 | 0 | 0.42 |
| HSL | 183.4º | 0.55% | 0.38% | - |
| HSV(B) | 183.4º | 0.71% | 0.58% | - |
| XYZ | 16.24 | 22.33 | 31.89 | - |
| YUV | 113.78 | 147.87 | 77.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 143 | 149 | 0.71 | 0.04 | 0 | 0.42 | 183.4 | 0.55 | 0.38 |
| Hex | 2B | 8F | 95 | 47 | 4 | 0 | 2A | B7 | 37 | 26 |
| Octal | 53 | 217 | 225 | 107 | 4 | 0 | 52 | 267 | 67 | 46 |
| Binary | 101011 | 10001111 | 10010101 | 1000111 | 100 | 0 | 101010 | 10110111 | 110111 | 100110 |
Color Harmonies of #2B8F95
Complementary color
Monochromatic Colors of #2B8F95
Black with #2B8F95
Text Example
Text Example
White with #2B8F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8F95; }
p { color: rgb(43,143,149); }
H1.HeaderClassName
{
color: #2B8F95;
}
.AnyTagClassName
{
color: #2B8F95;
}
</style>
background-color css
<style>
a { background-color: #2B8F95; }
a { background-color: rgb(43,143,149); }
div.DivClassName
{
background-color: #2B8F95;
}
.BgClassName
{
background-color: #2B8F95;
}
</style>
border-color css
<style>
span { border-color: #2B8F95; }
span { border-color: rgb(43,143,149); }
td.TdClassName
{
border-color: #2B8F95;
}
.TagClassName
{
border-color: #2B8F95;
}
</style>