Shades of Java #2B9790
Tints of Java #2B9790
RGB
CMYK
RGB Variations
Color information
#2B9790 (or 0x2B9790) is known color: Java. HEX triplet: 2B, 97 and 90. RGB value is (43,151,144). Sum of RGB (Red+Green+Blue) = 43+151+144=338 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.72% from 338); Green value is 151 (59.38% from 255 or 44.67% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 151 - color contains mainly: green. Hex color #2B9790 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9790 is #D4686F. Grayscale: #757575. Windows color (decimal): -13920368 or 9475883. OLE color: 9475883.
HSL color Cylindrical-coordinate representation of color #2B9790: hue angle of 176.11º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9790 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 43 | 151 | 144 | - |
| CMYK | 0.72 | 0 | 0.05 | 0.41 |
| HSL | 176.11º | 0.56% | 0.38% | - |
| HSV(B) | 176.11º | 0.72% | 0.59% | - |
| XYZ | 17.1 | 24.66 | 30.24 | - |
| YUV | 117.91 | 142.72 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 151 | 144 | 0.72 | 0 | 0.05 | 0.41 | 176.11 | 0.56 | 0.38 |
| Hex | 2B | 97 | 90 | 48 | 0 | 5 | 29 | B0 | 38 | 26 |
| Octal | 53 | 227 | 220 | 110 | 0 | 5 | 51 | 260 | 70 | 46 |
| Binary | 101011 | 10010111 | 10010000 | 1001000 | 0 | 101 | 101001 | 10110000 | 111000 | 100110 |
Color Harmonies of #2B9790
Complementary color
Monochromatic Colors of #2B9790
Black with #2B9790
Text Example
Text Example
White with #2B9790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9790; }
p { color: rgb(43,151,144); }
H1.HeaderClassName
{
color: #2B9790;
}
.AnyTagClassName
{
color: #2B9790;
}
</style>
background-color css
<style>
a { background-color: #2B9790; }
a { background-color: rgb(43,151,144); }
div.DivClassName
{
background-color: #2B9790;
}
.BgClassName
{
background-color: #2B9790;
}
</style>
border-color css
<style>
span { border-color: #2B9790; }
span { border-color: rgb(43,151,144); }
td.TdClassName
{
border-color: #2B9790;
}
.TagClassName
{
border-color: #2B9790;
}
</style>