Shades of Java #2B979B
Tints of Java #2B979B
RGB
CMYK
RGB Variations
Color information
#2B979B (or 0x2B979B) is known color: Java. HEX triplet: 2B, 97 and 9B. RGB value is (43,151,155). Sum of RGB (Red+Green+Blue) = 43+151+155=349 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.32% from 349); Green value is 151 (59.38% from 255 or 43.27% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B979B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B979B is #D46864. Grayscale: #777777. Windows color (decimal): -13920357 or 10196779. OLE color: 10196779.
HSL color Cylindrical-coordinate representation of color #2B979B: hue angle of 182.14º 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 #2B979B is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 151 | 155 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.39 |
| HSL | 182.14º | 0.57% | 0.39% | - |
| HSV(B) | 182.14º | 0.72% | 0.61% | - |
| XYZ | 17.98 | 25.01 | 34.89 | - |
| YUV | 119.16 | 148.22 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 151 | 155 | 0.72 | 0.03 | 0 | 0.39 | 182.14 | 0.57 | 0.39 |
| Hex | 2B | 97 | 9B | 48 | 3 | 0 | 27 | B6 | 39 | 27 |
| Octal | 53 | 227 | 233 | 110 | 3 | 0 | 47 | 266 | 71 | 47 |
| Binary | 101011 | 10010111 | 10011011 | 1001000 | 11 | 0 | 100111 | 10110110 | 111001 | 100111 |
Color Harmonies of #2B979B
Complementary color
Monochromatic Colors of #2B979B
Black with #2B979B
Text Example
Text Example
White with #2B979B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B979B; }
p { color: rgb(43,151,155); }
H1.HeaderClassName
{
color: #2B979B;
}
.AnyTagClassName
{
color: #2B979B;
}
</style>
background-color css
<style>
a { background-color: #2B979B; }
a { background-color: rgb(43,151,155); }
div.DivClassName
{
background-color: #2B979B;
}
.BgClassName
{
background-color: #2B979B;
}
</style>
border-color css
<style>
span { border-color: #2B979B; }
span { border-color: rgb(43,151,155); }
td.TdClassName
{
border-color: #2B979B;
}
.TagClassName
{
border-color: #2B979B;
}
</style>