Shades of Java #2FA49C
Tints of Java #2FA49C
RGB
CMYK
RGB Variations
Color information
#2FA49C (or 0x2FA49C) is known color: Java. HEX triplet: 2F, A4 and 9C. RGB value is (47,164,156). Sum of RGB (Red+Green+Blue) = 47+164+156=367 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.81% from 367); Green value is 164 (64.45% from 255 or 44.69% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 164 - color contains mainly: green. Hex color #2FA49C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FA49C is #D05B63. Grayscale: #808080. Windows color (decimal): -13654884 or 10265647. OLE color: 10265647.
HSL color Cylindrical-coordinate representation of color #2FA49C: hue angle of 175.9º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2FA49C is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 47 | 164 | 156 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.36 |
| HSL | 175.9º | 0.55% | 0.41% | - |
| HSV(B) | 175.9º | 0.71% | 0.64% | - |
| XYZ | 20.45 | 29.56 | 36.08 | - |
| YUV | 128.11 | 143.74 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 164 | 156 | 0.71 | 0 | 0.05 | 0.36 | 175.9 | 0.55 | 0.41 |
| Hex | 2F | A4 | 9C | 47 | 0 | 5 | 24 | B0 | 37 | 29 |
| Octal | 57 | 244 | 234 | 107 | 0 | 5 | 44 | 260 | 67 | 51 |
| Binary | 101111 | 10100100 | 10011100 | 1000111 | 0 | 101 | 100100 | 10110000 | 110111 | 101001 |
Color Harmonies of #2FA49C
Complementary color
Monochromatic Colors of #2FA49C
Black with #2FA49C
Text Example
Text Example
White with #2FA49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA49C; }
p { color: rgb(47,164,156); }
H1.HeaderClassName
{
color: #2FA49C;
}
.AnyTagClassName
{
color: #2FA49C;
}
</style>
background-color css
<style>
a { background-color: #2FA49C; }
a { background-color: rgb(47,164,156); }
div.DivClassName
{
background-color: #2FA49C;
}
.BgClassName
{
background-color: #2FA49C;
}
</style>
border-color css
<style>
span { border-color: #2FA49C; }
span { border-color: rgb(47,164,156); }
td.TdClassName
{
border-color: #2FA49C;
}
.TagClassName
{
border-color: #2FA49C;
}
</style>