Shades of Java #2FA195
Tints of Java #2FA195
RGB
CMYK
RGB Variations
Color information
#2FA195 (or 0x2FA195) is known color: Java. HEX triplet: 2F, A1 and 95. RGB value is (47,161,149). Sum of RGB (Red+Green+Blue) = 47+161+149=357 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.17% from 357); Green value is 161 (63.28% from 255 or 45.10% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 161 - color contains mainly: green. Hex color #2FA195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FA195 is #D05E6A. Grayscale: #7D7D7D. Windows color (decimal): -13655659 or 9806127. OLE color: 9806127.
HSL color Cylindrical-coordinate representation of color #2FA195: hue angle of 173.68º 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 #2FA195 is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 47 | 161 | 149 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.37 |
| HSL | 173.68º | 0.55% | 0.41% | - |
| HSV(B) | 173.68º | 0.71% | 0.63% | - |
| XYZ | 19.34 | 28.26 | 32.87 | - |
| YUV | 125.55 | 141.23 | 71.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 161 | 149 | 0.71 | 0 | 0.07 | 0.37 | 173.68 | 0.55 | 0.41 |
| Hex | 2F | A1 | 95 | 47 | 0 | 7 | 25 | AE | 37 | 29 |
| Octal | 57 | 241 | 225 | 107 | 0 | 7 | 45 | 256 | 67 | 51 |
| Binary | 101111 | 10100001 | 10010101 | 1000111 | 0 | 111 | 100101 | 10101110 | 110111 | 101001 |
Color Harmonies of #2FA195
Complementary color
Monochromatic Colors of #2FA195
Black with #2FA195
Text Example
Text Example
White with #2FA195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA195; }
p { color: rgb(47,161,149); }
H1.HeaderClassName
{
color: #2FA195;
}
.AnyTagClassName
{
color: #2FA195;
}
</style>
background-color css
<style>
a { background-color: #2FA195; }
a { background-color: rgb(47,161,149); }
div.DivClassName
{
background-color: #2FA195;
}
.BgClassName
{
background-color: #2FA195;
}
</style>
border-color css
<style>
span { border-color: #2FA195; }
span { border-color: rgb(47,161,149); }
td.TdClassName
{
border-color: #2FA195;
}
.TagClassName
{
border-color: #2FA195;
}
</style>