Shades of Java #2B8D95
Tints of Java #2B8D95
RGB
CMYK
RGB Variations
Color information
#2B8D95 (or 0x2B8D95) is known color: Java. HEX triplet: 2B, 8D and 95. RGB value is (43,141,149). Sum of RGB (Red+Green+Blue) = 43+141+149=333 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.91% from 333); Green value is 141 (55.47% from 255 or 42.34% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 149 - color contains mainly: blue. Hex color #2B8D95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8D95 is #D4726A. Grayscale: #707070. Windows color (decimal): -13922923 or 9801003. OLE color: 9801003.
HSL color Cylindrical-coordinate representation of color #2B8D95: hue angle of 184.53º 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 #2B8D95 is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 141 | 149 | - |
| CMYK | 0.71 | 0.05 | 0 | 0.42 |
| HSL | 184.53º | 0.55% | 0.38% | - |
| HSV(B) | 184.53º | 0.71% | 0.58% | - |
| XYZ | 15.95 | 21.73 | 31.79 | - |
| YUV | 112.61 | 148.53 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 141 | 149 | 0.71 | 0.05 | 0 | 0.42 | 184.53 | 0.55 | 0.38 |
| Hex | 2B | 8D | 95 | 47 | 5 | 0 | 2A | B9 | 37 | 26 |
| Octal | 53 | 215 | 225 | 107 | 5 | 0 | 52 | 271 | 67 | 46 |
| Binary | 101011 | 10001101 | 10010101 | 1000111 | 101 | 0 | 101010 | 10111001 | 110111 | 100110 |
Color Harmonies of #2B8D95
Complementary color
Monochromatic Colors of #2B8D95
Black with #2B8D95
Text Example
Text Example
White with #2B8D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8D95; }
p { color: rgb(43,141,149); }
H1.HeaderClassName
{
color: #2B8D95;
}
.AnyTagClassName
{
color: #2B8D95;
}
</style>
background-color css
<style>
a { background-color: #2B8D95; }
a { background-color: rgb(43,141,149); }
div.DivClassName
{
background-color: #2B8D95;
}
.BgClassName
{
background-color: #2B8D95;
}
</style>
border-color css
<style>
span { border-color: #2B8D95; }
span { border-color: rgb(43,141,149); }
td.TdClassName
{
border-color: #2B8D95;
}
.TagClassName
{
border-color: #2B8D95;
}
</style>