Shades of Java #2F979B
Tints of Java #2F979B
RGB
CMYK
RGB Variations
Color information
#2F979B (or 0x2F979B) is known color: Java. HEX triplet: 2F, 97 and 9B. RGB value is (47,151,155). Sum of RGB (Red+Green+Blue) = 47+151+155=353 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.31% from 353); Green value is 151 (59.38% from 255 or 42.78% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 155 - color contains mainly: blue. Hex color #2F979B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F979B is #D06864. Grayscale: #787878. Windows color (decimal): -13658213 or 10196783. OLE color: 10196783.
HSL color Cylindrical-coordinate representation of color #2F979B: hue angle of 182.22º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F979B is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 47 | 151 | 155 | - |
| CMYK | 0.70 | 0.03 | 0 | 0.39 |
| HSL | 182.22º | 0.53% | 0.4% | - |
| HSV(B) | 182.22º | 0.7% | 0.61% | - |
| XYZ | 18.16 | 25.1 | 34.9 | - |
| YUV | 120.36 | 147.54 | 75.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 151 | 155 | 0.70 | 0.03 | 0 | 0.39 | 182.22 | 0.53 | 0.4 |
| Hex | 2F | 97 | 9B | 46 | 3 | 0 | 27 | B6 | 35 | 28 |
| Octal | 57 | 227 | 233 | 106 | 3 | 0 | 47 | 266 | 65 | 50 |
| Binary | 101111 | 10010111 | 10011011 | 1000110 | 11 | 0 | 100111 | 10110110 | 110101 | 101000 |
Color Harmonies of #2F979B
Complementary color
Monochromatic Colors of #2F979B
Black with #2F979B
Text Example
Text Example
White with #2F979B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F979B; }
p { color: rgb(47,151,155); }
H1.HeaderClassName
{
color: #2F979B;
}
.AnyTagClassName
{
color: #2F979B;
}
</style>
background-color css
<style>
a { background-color: #2F979B; }
a { background-color: rgb(47,151,155); }
div.DivClassName
{
background-color: #2F979B;
}
.BgClassName
{
background-color: #2F979B;
}
</style>
border-color css
<style>
span { border-color: #2F979B; }
span { border-color: rgb(47,151,155); }
td.TdClassName
{
border-color: #2F979B;
}
.TagClassName
{
border-color: #2F979B;
}
</style>