Shades of Java #2B9499
Tints of Java #2B9499
RGB
CMYK
RGB Variations
Color information
#2B9499 (or 0x2B9499) is known color: Java. HEX triplet: 2B, 94 and 99. RGB value is (43,148,153). Sum of RGB (Red+Green+Blue) = 43+148+153=344 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.5% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 153 - color contains mainly: blue. Hex color #2B9499 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9499 is #D46B66. Grayscale: #757575. Windows color (decimal): -13921127 or 10064939. OLE color: 10064939.
HSL color Cylindrical-coordinate representation of color #2B9499: hue angle of 182.73º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9499 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 43 | 148 | 153 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.4 |
| HSL | 182.73º | 0.56% | 0.38% | - |
| HSV(B) | 182.73º | 0.72% | 0.6% | - |
| XYZ | 17.34 | 23.99 | 33.85 | - |
| YUV | 117.18 | 148.21 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 148 | 153 | 0.72 | 0.03 | 0 | 0.4 | 182.73 | 0.56 | 0.38 |
| Hex | 2B | 94 | 99 | 48 | 3 | 0 | 28 | B7 | 38 | 26 |
| Octal | 53 | 224 | 231 | 110 | 3 | 0 | 50 | 267 | 70 | 46 |
| Binary | 101011 | 10010100 | 10011001 | 1001000 | 11 | 0 | 101000 | 10110111 | 111000 | 100110 |
Color Harmonies of #2B9499
Complementary color
Monochromatic Colors of #2B9499
Black with #2B9499
Text Example
Text Example
White with #2B9499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9499; }
p { color: rgb(43,148,153); }
H1.HeaderClassName
{
color: #2B9499;
}
.AnyTagClassName
{
color: #2B9499;
}
</style>
background-color css
<style>
a { background-color: #2B9499; }
a { background-color: rgb(43,148,153); }
div.DivClassName
{
background-color: #2B9499;
}
.BgClassName
{
background-color: #2B9499;
}
</style>
border-color css
<style>
span { border-color: #2B9499; }
span { border-color: rgb(43,148,153); }
td.TdClassName
{
border-color: #2B9499;
}
.TagClassName
{
border-color: #2B9499;
}
</style>