Shades of Java #2B908E
Tints of Java #2B908E
RGB
CMYK
RGB Variations
Color information
#2B908E (or 0x2B908E) is known color: Java. HEX triplet: 2B, 90 and 8E. RGB value is (43,144,142). Sum of RGB (Red+Green+Blue) = 43+144+142=329 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.07% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 144 - color contains mainly: green. Hex color #2B908E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B908E is #D46F71. Grayscale: #717171. Windows color (decimal): -13922162 or 9343019. OLE color: 9343019.
HSL color Cylindrical-coordinate representation of color #2B908E: hue angle of 178.81º 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 #2B908E is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 144 | 142 | - |
| CMYK | 0.70 | 0 | 0.01 | 0.44 |
| HSL | 178.81º | 0.54% | 0.37% | - |
| HSV(B) | 178.81º | 0.7% | 0.56% | - |
| XYZ | 15.85 | 22.41 | 29.08 | - |
| YUV | 113.57 | 144.04 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 144 | 142 | 0.70 | 0 | 0.01 | 0.44 | 178.81 | 0.54 | 0.37 |
| Hex | 2B | 90 | 8E | 46 | 0 | 1 | 2C | B3 | 36 | 25 |
| Octal | 53 | 220 | 216 | 106 | 0 | 1 | 54 | 263 | 66 | 45 |
| Binary | 101011 | 10010000 | 10001110 | 1000110 | 0 | 1 | 101100 | 10110011 | 110110 | 100101 |
Color Harmonies of #2B908E
Complementary color
Monochromatic Colors of #2B908E
Black with #2B908E
Text Example
Text Example
White with #2B908E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B908E; }
p { color: rgb(43,144,142); }
H1.HeaderClassName
{
color: #2B908E;
}
.AnyTagClassName
{
color: #2B908E;
}
</style>
background-color css
<style>
a { background-color: #2B908E; }
a { background-color: rgb(43,144,142); }
div.DivClassName
{
background-color: #2B908E;
}
.BgClassName
{
background-color: #2B908E;
}
</style>
border-color css
<style>
span { border-color: #2B908E; }
span { border-color: rgb(43,144,142); }
td.TdClassName
{
border-color: #2B908E;
}
.TagClassName
{
border-color: #2B908E;
}
</style>