Shades of Java #2FA49A
Tints of Java #2FA49A
RGB
CMYK
RGB Variations
Color information
#2FA49A (or 0x2FA49A) is known color: Java. HEX triplet: 2F, A4 and 9A. RGB value is (47,164,154). Sum of RGB (Red+Green+Blue) = 47+164+154=365 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.88% from 365); Green value is 164 (64.45% from 255 or 44.93% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 164 - color contains mainly: green. Hex color #2FA49A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FA49A is #D05B65. Grayscale: #7F7F7F. Windows color (decimal): -13654886 or 10134575. OLE color: 10134575.
HSL color Cylindrical-coordinate representation of color #2FA49A: hue angle of 174.87º 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 #2FA49A is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 47 | 164 | 154 | - |
| CMYK | 0.71 | 0 | 0.06 | 0.36 |
| HSL | 174.87º | 0.55% | 0.41% | - |
| HSV(B) | 174.87º | 0.71% | 0.64% | - |
| XYZ | 20.28 | 29.49 | 35.19 | - |
| YUV | 127.88 | 142.74 | 70.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 164 | 154 | 0.71 | 0 | 0.06 | 0.36 | 174.87 | 0.55 | 0.41 |
| Hex | 2F | A4 | 9A | 47 | 0 | 6 | 24 | AF | 37 | 29 |
| Octal | 57 | 244 | 232 | 107 | 0 | 6 | 44 | 257 | 67 | 51 |
| Binary | 101111 | 10100100 | 10011010 | 1000111 | 0 | 110 | 100100 | 10101111 | 110111 | 101001 |
Color Harmonies of #2FA49A
Complementary color
Monochromatic Colors of #2FA49A
Black with #2FA49A
Text Example
Text Example
White with #2FA49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA49A; }
p { color: rgb(47,164,154); }
H1.HeaderClassName
{
color: #2FA49A;
}
.AnyTagClassName
{
color: #2FA49A;
}
</style>
background-color css
<style>
a { background-color: #2FA49A; }
a { background-color: rgb(47,164,154); }
div.DivClassName
{
background-color: #2FA49A;
}
.BgClassName
{
background-color: #2FA49A;
}
</style>
border-color css
<style>
span { border-color: #2FA49A; }
span { border-color: rgb(47,164,154); }
td.TdClassName
{
border-color: #2FA49A;
}
.TagClassName
{
border-color: #2FA49A;
}
</style>