Shades of Java #2B9B8D
Tints of Java #2B9B8D
RGB
CMYK
RGB Variations
Color information
#2B9B8D (or 0x2B9B8D) is known color: Java. HEX triplet: 2B, 9B and 8D. RGB value is (43,155,141). Sum of RGB (Red+Green+Blue) = 43+155+141=339 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.68% from 339); Green value is 155 (60.94% from 255 or 45.72% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 155 - color contains mainly: green. Hex color #2B9B8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9B8D is #D46472. Grayscale: #777777. Windows color (decimal): -13919347 or 9280299. OLE color: 9280299.
HSL color Cylindrical-coordinate representation of color #2B9B8D: hue angle of 172.5º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9B8D is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 155 | 141 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.39 |
| HSL | 172.5º | 0.57% | 0.39% | - |
| HSV(B) | 172.5º | 0.72% | 0.61% | - |
| XYZ | 17.53 | 25.88 | 29.27 | - |
| YUV | 119.92 | 139.89 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 155 | 141 | 0.72 | 0 | 0.09 | 0.39 | 172.5 | 0.57 | 0.39 |
| Hex | 2B | 9B | 8D | 48 | 0 | 9 | 27 | AC | 39 | 27 |
| Octal | 53 | 233 | 215 | 110 | 0 | 11 | 47 | 254 | 71 | 47 |
| Binary | 101011 | 10011011 | 10001101 | 1001000 | 0 | 1001 | 100111 | 10101100 | 111001 | 100111 |
Color Harmonies of #2B9B8D
Complementary color
Monochromatic Colors of #2B9B8D
Black with #2B9B8D
Text Example
Text Example
White with #2B9B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9B8D; }
p { color: rgb(43,155,141); }
H1.HeaderClassName
{
color: #2B9B8D;
}
.AnyTagClassName
{
color: #2B9B8D;
}
</style>
background-color css
<style>
a { background-color: #2B9B8D; }
a { background-color: rgb(43,155,141); }
div.DivClassName
{
background-color: #2B9B8D;
}
.BgClassName
{
background-color: #2B9B8D;
}
</style>
border-color css
<style>
span { border-color: #2B9B8D; }
span { border-color: rgb(43,155,141); }
td.TdClassName
{
border-color: #2B9B8D;
}
.TagClassName
{
border-color: #2B9B8D;
}
</style>