Shades of Java #2FA79F
Tints of Java #2FA79F
RGB
CMYK
RGB Variations
Color information
#2FA79F (or 0x2FA79F) is known color: Java. HEX triplet: 2F, A7 and 9F. RGB value is (47,167,159). Sum of RGB (Red+Green+Blue) = 47+167+159=373 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.60% from 373); Green value is 167 (65.62% from 255 or 44.77% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 167 - color contains mainly: green. Hex color #2FA79F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FA79F is #D05860. Grayscale: #828282. Windows color (decimal): -13654113 or 10463023. OLE color: 10463023.
HSL color Cylindrical-coordinate representation of color #2FA79F: hue angle of 176º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FA79F is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 47 | 167 | 159 | - |
| CMYK | 0.72 | 0 | 0.05 | 0.35 |
| HSL | 176º | 0.56% | 0.42% | - |
| HSV(B) | 176º | 0.72% | 0.65% | - |
| XYZ | 21.25 | 30.74 | 37.62 | - |
| YUV | 130.21 | 144.24 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 167 | 159 | 0.72 | 0 | 0.05 | 0.35 | 176 | 0.56 | 0.42 |
| Hex | 2F | A7 | 9F | 48 | 0 | 5 | 23 | B0 | 38 | 2A |
| Octal | 57 | 247 | 237 | 110 | 0 | 5 | 43 | 260 | 70 | 52 |
| Binary | 101111 | 10100111 | 10011111 | 1001000 | 0 | 101 | 100011 | 10110000 | 111000 | 101010 |
Color Harmonies of #2FA79F
Complementary color
Monochromatic Colors of #2FA79F
Black with #2FA79F
Text Example
Text Example
White with #2FA79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA79F; }
p { color: rgb(47,167,159); }
H1.HeaderClassName
{
color: #2FA79F;
}
.AnyTagClassName
{
color: #2FA79F;
}
</style>
background-color css
<style>
a { background-color: #2FA79F; }
a { background-color: rgb(47,167,159); }
div.DivClassName
{
background-color: #2FA79F;
}
.BgClassName
{
background-color: #2FA79F;
}
</style>
border-color css
<style>
span { border-color: #2FA79F; }
span { border-color: rgb(47,167,159); }
td.TdClassName
{
border-color: #2FA79F;
}
.TagClassName
{
border-color: #2FA79F;
}
</style>