Shades of Java #2FA09D
Tints of Java #2FA09D
RGB
CMYK
RGB Variations
Color information
#2FA09D (or 0x2FA09D) is known color: Java. HEX triplet: 2F, A0 and 9D. RGB value is (47,160,157). Sum of RGB (Red+Green+Blue) = 47+160+157=364 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.91% from 364); Green value is 160 (62.89% from 255 or 43.96% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 160 - color contains mainly: green. Hex color #2FA09D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FA09D is #D05F62. Grayscale: #7D7D7D. Windows color (decimal): -13655907 or 10330159. OLE color: 10330159.
HSL color Cylindrical-coordinate representation of color #2FA09D: hue angle of 178.41º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2FA09D is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 47 | 160 | 157 | - |
| CMYK | 0.71 | 0 | 0.02 | 0.37 |
| HSL | 178.41º | 0.55% | 0.41% | - |
| HSV(B) | 178.41º | 0.71% | 0.63% | - |
| XYZ | 19.83 | 28.18 | 36.29 | - |
| YUV | 125.87 | 145.56 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 160 | 157 | 0.71 | 0 | 0.02 | 0.37 | 178.41 | 0.55 | 0.41 |
| Hex | 2F | A0 | 9D | 47 | 0 | 2 | 25 | B2 | 37 | 29 |
| Octal | 57 | 240 | 235 | 107 | 0 | 2 | 45 | 262 | 67 | 51 |
| Binary | 101111 | 10100000 | 10011101 | 1000111 | 0 | 10 | 100101 | 10110010 | 110111 | 101001 |
Color Harmonies of #2FA09D
Complementary color
Monochromatic Colors of #2FA09D
Black with #2FA09D
Text Example
Text Example
White with #2FA09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA09D; }
p { color: rgb(47,160,157); }
H1.HeaderClassName
{
color: #2FA09D;
}
.AnyTagClassName
{
color: #2FA09D;
}
</style>
background-color css
<style>
a { background-color: #2FA09D; }
a { background-color: rgb(47,160,157); }
div.DivClassName
{
background-color: #2FA09D;
}
.BgClassName
{
background-color: #2FA09D;
}
</style>
border-color css
<style>
span { border-color: #2FA09D; }
span { border-color: rgb(47,160,157); }
td.TdClassName
{
border-color: #2FA09D;
}
.TagClassName
{
border-color: #2FA09D;
}
</style>