Shades of Java #2B9290
Tints of Java #2B9290
RGB
CMYK
RGB Variations
Color information
#2B9290 (or 0x2B9290) is known color: Java. HEX triplet: 2B, 92 and 90. RGB value is (43,146,144). Sum of RGB (Red+Green+Blue) = 43+146+144=333 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.91% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 146 - color contains mainly: green. Hex color #2B9290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9290 is #D46D6F. Grayscale: #727272. Windows color (decimal): -13921648 or 9474603. OLE color: 9474603.
HSL color Cylindrical-coordinate representation of color #2B9290: hue angle of 178.83º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B9290 is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 146 | 144 | - |
| CMYK | 0.71 | 0 | 0.01 | 0.43 |
| HSL | 178.83º | 0.54% | 0.37% | - |
| HSV(B) | 178.83º | 0.71% | 0.57% | - |
| XYZ | 16.31 | 23.08 | 29.98 | - |
| YUV | 114.98 | 144.38 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 146 | 144 | 0.71 | 0 | 0.01 | 0.43 | 178.83 | 0.54 | 0.37 |
| Hex | 2B | 92 | 90 | 47 | 0 | 1 | 2B | B3 | 36 | 25 |
| Octal | 53 | 222 | 220 | 107 | 0 | 1 | 53 | 263 | 66 | 45 |
| Binary | 101011 | 10010010 | 10010000 | 1000111 | 0 | 1 | 101011 | 10110011 | 110110 | 100101 |
Color Harmonies of #2B9290
Complementary color
Monochromatic Colors of #2B9290
Black with #2B9290
Text Example
Text Example
White with #2B9290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9290; }
p { color: rgb(43,146,144); }
H1.HeaderClassName
{
color: #2B9290;
}
.AnyTagClassName
{
color: #2B9290;
}
</style>
background-color css
<style>
a { background-color: #2B9290; }
a { background-color: rgb(43,146,144); }
div.DivClassName
{
background-color: #2B9290;
}
.BgClassName
{
background-color: #2B9290;
}
</style>
border-color css
<style>
span { border-color: #2B9290; }
span { border-color: rgb(43,146,144); }
td.TdClassName
{
border-color: #2B9290;
}
.TagClassName
{
border-color: #2B9290;
}
</style>