Shades of Java #2BA194
Tints of Java #2BA194
RGB
CMYK
RGB Variations
Color information
#2BA194 (or 0x2BA194) is known color: Java. HEX triplet: 2B, A1 and 94. RGB value is (43,161,148). Sum of RGB (Red+Green+Blue) = 43+161+148=352 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.22% from 352); Green value is 161 (63.28% from 255 or 45.74% from 352); Blue value is 148 (58.20% from 255 or 42.05% from 352); Max value from RGB is 161 - color contains mainly: green. Hex color #2BA194 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA194 is #D45E6B. Grayscale: #7C7C7C. Windows color (decimal): -13917804 or 9740587. OLE color: 9740587.
HSL color Cylindrical-coordinate representation of color #2BA194: hue angle of 173.39º 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 #2BA194 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 161 | 148 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.37 |
| HSL | 173.39º | 0.58% | 0.4% | - |
| HSV(B) | 173.39º | 0.73% | 0.63% | - |
| XYZ | 19.09 | 28.14 | 32.44 | - |
| YUV | 124.24 | 141.41 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 161 | 148 | 0.73 | 0 | 0.08 | 0.37 | 173.39 | 0.58 | 0.4 |
| Hex | 2B | A1 | 94 | 49 | 0 | 8 | 25 | AD | 3A | 28 |
| Octal | 53 | 241 | 224 | 111 | 0 | 10 | 45 | 255 | 72 | 50 |
| Binary | 101011 | 10100001 | 10010100 | 1001001 | 0 | 1000 | 100101 | 10101101 | 111010 | 101000 |
Color Harmonies of #2BA194
Complementary color
Monochromatic Colors of #2BA194
Black with #2BA194
Text Example
Text Example
White with #2BA194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA194; }
p { color: rgb(43,161,148); }
H1.HeaderClassName
{
color: #2BA194;
}
.AnyTagClassName
{
color: #2BA194;
}
</style>
background-color css
<style>
a { background-color: #2BA194; }
a { background-color: rgb(43,161,148); }
div.DivClassName
{
background-color: #2BA194;
}
.BgClassName
{
background-color: #2BA194;
}
</style>
border-color css
<style>
span { border-color: #2BA194; }
span { border-color: rgb(43,161,148); }
td.TdClassName
{
border-color: #2BA194;
}
.TagClassName
{
border-color: #2BA194;
}
</style>