Shades of Java #2B968C
Tints of Java #2B968C
RGB
CMYK
RGB Variations
Color information
#2B968C (or 0x2B968C) is known color: Java. HEX triplet: 2B, 96 and 8C. RGB value is (43,150,140). Sum of RGB (Red+Green+Blue) = 43+150+140=333 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.91% from 333); Green value is 150 (58.98% from 255 or 45.05% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 150 - color contains mainly: green. Hex color #2B968C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B968C is #D46973. Grayscale: #747474. Windows color (decimal): -13920628 or 9213483. OLE color: 9213483.
HSL color Cylindrical-coordinate representation of color #2B968C: hue angle of 174.39º 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 #2B968C is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 43 | 150 | 140 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.41 |
| HSL | 174.39º | 0.55% | 0.38% | - |
| HSV(B) | 174.39º | 0.71% | 0.59% | - |
| XYZ | 16.64 | 24.22 | 28.61 | - |
| YUV | 116.87 | 141.05 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 150 | 140 | 0.71 | 0 | 0.07 | 0.41 | 174.39 | 0.55 | 0.38 |
| Hex | 2B | 96 | 8C | 47 | 0 | 7 | 29 | AE | 37 | 26 |
| Octal | 53 | 226 | 214 | 107 | 0 | 7 | 51 | 256 | 67 | 46 |
| Binary | 101011 | 10010110 | 10001100 | 1000111 | 0 | 111 | 101001 | 10101110 | 110111 | 100110 |
Color Harmonies of #2B968C
Complementary color
Monochromatic Colors of #2B968C
Black with #2B968C
Text Example
Text Example
White with #2B968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B968C; }
p { color: rgb(43,150,140); }
H1.HeaderClassName
{
color: #2B968C;
}
.AnyTagClassName
{
color: #2B968C;
}
</style>
background-color css
<style>
a { background-color: #2B968C; }
a { background-color: rgb(43,150,140); }
div.DivClassName
{
background-color: #2B968C;
}
.BgClassName
{
background-color: #2B968C;
}
</style>
border-color css
<style>
span { border-color: #2B968C; }
span { border-color: rgb(43,150,140); }
td.TdClassName
{
border-color: #2B968C;
}
.TagClassName
{
border-color: #2B968C;
}
</style>