Shades of Java #2B9892
Tints of Java #2B9892
RGB
CMYK
RGB Variations
Color information
#2B9892 (or 0x2B9892) is known color: Java. HEX triplet: 2B, 98 and 92. RGB value is (43,152,146). Sum of RGB (Red+Green+Blue) = 43+152+146=341 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.61% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 152 - color contains mainly: green. Hex color #2B9892 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9892 is #D4676D. Grayscale: #767676. Windows color (decimal): -13920110 or 9607211. OLE color: 9607211.
HSL color Cylindrical-coordinate representation of color #2B9892: hue angle of 176.7º 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 #2B9892 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 43 | 152 | 146 | - |
| CMYK | 0.72 | 0 | 0.04 | 0.40 |
| HSL | 176.7º | 0.56% | 0.38% | - |
| HSV(B) | 176.7º | 0.72% | 0.6% | - |
| XYZ | 17.41 | 25.05 | 31.11 | - |
| YUV | 118.73 | 143.39 | 73.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 152 | 146 | 0.72 | 0 | 0.04 | 0.40 | 176.7 | 0.56 | 0.38 |
| Hex | 2B | 98 | 92 | 48 | 0 | 4 | 28 | B1 | 38 | 26 |
| Octal | 53 | 230 | 222 | 110 | 0 | 4 | 50 | 261 | 70 | 46 |
| Binary | 101011 | 10011000 | 10010010 | 1001000 | 0 | 100 | 101000 | 10110001 | 111000 | 100110 |
Color Harmonies of #2B9892
Complementary color
Monochromatic Colors of #2B9892
Black with #2B9892
Text Example
Text Example
White with #2B9892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9892; }
p { color: rgb(43,152,146); }
H1.HeaderClassName
{
color: #2B9892;
}
.AnyTagClassName
{
color: #2B9892;
}
</style>
background-color css
<style>
a { background-color: #2B9892; }
a { background-color: rgb(43,152,146); }
div.DivClassName
{
background-color: #2B9892;
}
.BgClassName
{
background-color: #2B9892;
}
</style>
border-color css
<style>
span { border-color: #2B9892; }
span { border-color: rgb(43,152,146); }
td.TdClassName
{
border-color: #2B9892;
}
.TagClassName
{
border-color: #2B9892;
}
</style>