Shades of Java #2B8F90
Tints of Java #2B8F90
RGB
CMYK
RGB Variations
Color information
#2B8F90 (or 0x2B8F90) is known color: Java. HEX triplet: 2B, 8F and 90. RGB value is (43,143,144). Sum of RGB (Red+Green+Blue) = 43+143+144=330 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.03% from 330); Green value is 143 (56.25% from 255 or 43.33% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 144 - color contains mainly: blue. Hex color #2B8F90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8F90 is #D4706F. Grayscale: #717171. Windows color (decimal): -13922416 or 9473835. OLE color: 9473835.
HSL color Cylindrical-coordinate representation of color #2B8F90: hue angle of 180.59º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B8F90 is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 143 | 144 | - |
| CMYK | 0.70 | 0.01 | 0 | 0.44 |
| HSL | 180.59º | 0.54% | 0.37% | - |
| HSV(B) | 180.59º | 0.7% | 0.56% | - |
| XYZ | 15.85 | 22.17 | 29.83 | - |
| YUV | 113.21 | 145.37 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 143 | 144 | 0.70 | 0.01 | 0 | 0.44 | 180.59 | 0.54 | 0.37 |
| Hex | 2B | 8F | 90 | 46 | 1 | 0 | 2C | B5 | 36 | 25 |
| Octal | 53 | 217 | 220 | 106 | 1 | 0 | 54 | 265 | 66 | 45 |
| Binary | 101011 | 10001111 | 10010000 | 1000110 | 1 | 0 | 101100 | 10110101 | 110110 | 100101 |
Color Harmonies of #2B8F90
Complementary color
Monochromatic Colors of #2B8F90
Black with #2B8F90
Text Example
Text Example
White with #2B8F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8F90; }
p { color: rgb(43,143,144); }
H1.HeaderClassName
{
color: #2B8F90;
}
.AnyTagClassName
{
color: #2B8F90;
}
</style>
background-color css
<style>
a { background-color: #2B8F90; }
a { background-color: rgb(43,143,144); }
div.DivClassName
{
background-color: #2B8F90;
}
.BgClassName
{
background-color: #2B8F90;
}
</style>
border-color css
<style>
span { border-color: #2B8F90; }
span { border-color: rgb(43,143,144); }
td.TdClassName
{
border-color: #2B8F90;
}
.TagClassName
{
border-color: #2B8F90;
}
</style>