Shades of Java #2BA094
Tints of Java #2BA094
RGB
CMYK
RGB Variations
Color information
#2BA094 (or 0x2BA094) is known color: Java. HEX triplet: 2B, A0 and 94. RGB value is (43,160,148). Sum of RGB (Red+Green+Blue) = 43+160+148=351 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.25% from 351); Green value is 160 (62.89% from 255 or 45.58% from 351); Blue value is 148 (58.20% from 255 or 42.17% from 351); Max value from RGB is 160 - color contains mainly: green. Hex color #2BA094 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA094 is #D45F6B. Grayscale: #7B7B7B. Windows color (decimal): -13918060 or 9740331. OLE color: 9740331.
HSL color Cylindrical-coordinate representation of color #2BA094: hue angle of 173.85º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2BA094 is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 160 | 148 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.37 |
| HSL | 173.85º | 0.58% | 0.4% | - |
| HSV(B) | 173.85º | 0.73% | 0.63% | - |
| XYZ | 18.91 | 27.79 | 32.38 | - |
| YUV | 123.65 | 141.74 | 70.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 160 | 148 | 0.73 | 0 | 0.07 | 0.37 | 173.85 | 0.58 | 0.4 |
| Hex | 2B | A0 | 94 | 49 | 0 | 7 | 25 | AE | 3A | 28 |
| Octal | 53 | 240 | 224 | 111 | 0 | 7 | 45 | 256 | 72 | 50 |
| Binary | 101011 | 10100000 | 10010100 | 1001001 | 0 | 111 | 100101 | 10101110 | 111010 | 101000 |
Color Harmonies of #2BA094
Complementary color
Monochromatic Colors of #2BA094
Black with #2BA094
Text Example
Text Example
White with #2BA094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA094; }
p { color: rgb(43,160,148); }
H1.HeaderClassName
{
color: #2BA094;
}
.AnyTagClassName
{
color: #2BA094;
}
</style>
background-color css
<style>
a { background-color: #2BA094; }
a { background-color: rgb(43,160,148); }
div.DivClassName
{
background-color: #2BA094;
}
.BgClassName
{
background-color: #2BA094;
}
</style>
border-color css
<style>
span { border-color: #2BA094; }
span { border-color: rgb(43,160,148); }
td.TdClassName
{
border-color: #2BA094;
}
.TagClassName
{
border-color: #2BA094;
}
</style>