Shades of Java #2BA39B
Tints of Java #2BA39B
RGB
CMYK
RGB Variations
Color information
#2BA39B (or 0x2BA39B) is known color: Java. HEX triplet: 2B, A3 and 9B. RGB value is (43,163,155). Sum of RGB (Red+Green+Blue) = 43+163+155=361 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.91% from 361); Green value is 163 (64.06% from 255 or 45.15% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 163 - color contains mainly: green. Hex color #2BA39B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA39B is #D45C64. Grayscale: #7E7E7E. Windows color (decimal): -13917285 or 10199851. OLE color: 10199851.
HSL color Cylindrical-coordinate representation of color #2BA39B: hue angle of 176º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA39B is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 163 | 155 | - |
| CMYK | 0.74 | 0 | 0.05 | 0.36 |
| HSL | 176º | 0.58% | 0.4% | - |
| HSV(B) | 176º | 0.74% | 0.64% | - |
| XYZ | 20.01 | 29.07 | 35.57 | - |
| YUV | 126.21 | 144.24 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 163 | 155 | 0.74 | 0 | 0.05 | 0.36 | 176 | 0.58 | 0.4 |
| Hex | 2B | A3 | 9B | 4A | 0 | 5 | 24 | B0 | 3A | 28 |
| Octal | 53 | 243 | 233 | 112 | 0 | 5 | 44 | 260 | 72 | 50 |
| Binary | 101011 | 10100011 | 10011011 | 1001010 | 0 | 101 | 100100 | 10110000 | 111010 | 101000 |
Color Harmonies of #2BA39B
Complementary color
Monochromatic Colors of #2BA39B
Black with #2BA39B
Text Example
Text Example
White with #2BA39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA39B; }
p { color: rgb(43,163,155); }
H1.HeaderClassName
{
color: #2BA39B;
}
.AnyTagClassName
{
color: #2BA39B;
}
</style>
background-color css
<style>
a { background-color: #2BA39B; }
a { background-color: rgb(43,163,155); }
div.DivClassName
{
background-color: #2BA39B;
}
.BgClassName
{
background-color: #2BA39B;
}
</style>
border-color css
<style>
span { border-color: #2BA39B; }
span { border-color: rgb(43,163,155); }
td.TdClassName
{
border-color: #2BA39B;
}
.TagClassName
{
border-color: #2BA39B;
}
</style>