Shades of Java #2BA19B
Tints of Java #2BA19B
RGB
CMYK
RGB Variations
Color information
#2BA19B (or 0x2BA19B) is known color: Java. HEX triplet: 2B, A1 and 9B. RGB value is (43,161,155). Sum of RGB (Red+Green+Blue) = 43+161+155=359 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.98% from 359); Green value is 161 (63.28% from 255 or 44.85% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 161 - color contains mainly: green. Hex color #2BA19B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA19B is #D45E64. Grayscale: #7C7C7C. Windows color (decimal): -13917797 or 10199339. OLE color: 10199339.
HSL color Cylindrical-coordinate representation of color #2BA19B: hue angle of 176.95º 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 #2BA19B is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 161 | 155 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.37 |
| HSL | 176.95º | 0.58% | 0.4% | - |
| HSV(B) | 176.95º | 0.73% | 0.63% | - |
| XYZ | 19.66 | 28.37 | 35.45 | - |
| YUV | 125.03 | 144.91 | 69.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 161 | 155 | 0.73 | 0 | 0.04 | 0.37 | 176.95 | 0.58 | 0.4 |
| Hex | 2B | A1 | 9B | 49 | 0 | 4 | 25 | B1 | 3A | 28 |
| Octal | 53 | 241 | 233 | 111 | 0 | 4 | 45 | 261 | 72 | 50 |
| Binary | 101011 | 10100001 | 10011011 | 1001001 | 0 | 100 | 100101 | 10110001 | 111010 | 101000 |
Color Harmonies of #2BA19B
Complementary color
Monochromatic Colors of #2BA19B
Black with #2BA19B
Text Example
Text Example
White with #2BA19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA19B; }
p { color: rgb(43,161,155); }
H1.HeaderClassName
{
color: #2BA19B;
}
.AnyTagClassName
{
color: #2BA19B;
}
</style>
background-color css
<style>
a { background-color: #2BA19B; }
a { background-color: rgb(43,161,155); }
div.DivClassName
{
background-color: #2BA19B;
}
.BgClassName
{
background-color: #2BA19B;
}
</style>
border-color css
<style>
span { border-color: #2BA19B; }
span { border-color: rgb(43,161,155); }
td.TdClassName
{
border-color: #2BA19B;
}
.TagClassName
{
border-color: #2BA19B;
}
</style>