Shades of Java #2FA196
Tints of Java #2FA196
RGB
CMYK
RGB Variations
Color information
#2FA196 (or 0x2FA196) is known color: Java. HEX triplet: 2F, A1 and 96. RGB value is (47,161,150). Sum of RGB (Red+Green+Blue) = 47+161+150=358 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.13% from 358); Green value is 161 (63.28% from 255 or 44.97% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 161 - color contains mainly: green. Hex color #2FA196 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FA196 is #D05E69. Grayscale: #7D7D7D. Windows color (decimal): -13655658 or 9871663. OLE color: 9871663.
HSL color Cylindrical-coordinate representation of color #2FA196: hue angle of 174.21º 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 #2FA196 is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 47 | 161 | 150 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.37 |
| HSL | 174.21º | 0.55% | 0.41% | - |
| HSV(B) | 174.21º | 0.71% | 0.63% | - |
| XYZ | 19.42 | 28.3 | 33.29 | - |
| YUV | 125.66 | 141.73 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 161 | 150 | 0.71 | 0 | 0.07 | 0.37 | 174.21 | 0.55 | 0.41 |
| Hex | 2F | A1 | 96 | 47 | 0 | 7 | 25 | AE | 37 | 29 |
| Octal | 57 | 241 | 226 | 107 | 0 | 7 | 45 | 256 | 67 | 51 |
| Binary | 101111 | 10100001 | 10010110 | 1000111 | 0 | 111 | 100101 | 10101110 | 110111 | 101001 |
Color Harmonies of #2FA196
Complementary color
Monochromatic Colors of #2FA196
Black with #2FA196
Text Example
Text Example
White with #2FA196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA196; }
p { color: rgb(47,161,150); }
H1.HeaderClassName
{
color: #2FA196;
}
.AnyTagClassName
{
color: #2FA196;
}
</style>
background-color css
<style>
a { background-color: #2FA196; }
a { background-color: rgb(47,161,150); }
div.DivClassName
{
background-color: #2FA196;
}
.BgClassName
{
background-color: #2FA196;
}
</style>
border-color css
<style>
span { border-color: #2FA196; }
span { border-color: rgb(47,161,150); }
td.TdClassName
{
border-color: #2FA196;
}
.TagClassName
{
border-color: #2FA196;
}
</style>