Shades of Java #2B968F
Tints of Java #2B968F
RGB
CMYK
RGB Variations
Color information
#2B968F (or 0x2B968F) is known color: Java. HEX triplet: 2B, 96 and 8F. RGB value is (43,150,143). Sum of RGB (Red+Green+Blue) = 43+150+143=336 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.80% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 150 - color contains mainly: green. Hex color #2B968F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B968F is #D46970. Grayscale: #757575. Windows color (decimal): -13920625 or 9410091. OLE color: 9410091.
HSL color Cylindrical-coordinate representation of color #2B968F: hue angle of 176.07º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B968F is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 43 | 150 | 143 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.41 |
| HSL | 176.07º | 0.55% | 0.38% | - |
| HSV(B) | 176.07º | 0.71% | 0.59% | - |
| XYZ | 16.86 | 24.31 | 29.79 | - |
| YUV | 117.21 | 142.55 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 150 | 143 | 0.71 | 0 | 0.05 | 0.41 | 176.07 | 0.55 | 0.38 |
| Hex | 2B | 96 | 8F | 47 | 0 | 5 | 29 | B0 | 37 | 26 |
| Octal | 53 | 226 | 217 | 107 | 0 | 5 | 51 | 260 | 67 | 46 |
| Binary | 101011 | 10010110 | 10001111 | 1000111 | 0 | 101 | 101001 | 10110000 | 110111 | 100110 |
Color Harmonies of #2B968F
Complementary color
Monochromatic Colors of #2B968F
Black with #2B968F
Text Example
Text Example
White with #2B968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B968F; }
p { color: rgb(43,150,143); }
H1.HeaderClassName
{
color: #2B968F;
}
.AnyTagClassName
{
color: #2B968F;
}
</style>
background-color css
<style>
a { background-color: #2B968F; }
a { background-color: rgb(43,150,143); }
div.DivClassName
{
background-color: #2B968F;
}
.BgClassName
{
background-color: #2B968F;
}
</style>
border-color css
<style>
span { border-color: #2B968F; }
span { border-color: rgb(43,150,143); }
td.TdClassName
{
border-color: #2B968F;
}
.TagClassName
{
border-color: #2B968F;
}
</style>