Shades of Java #2FA59A
Tints of Java #2FA59A
RGB
CMYK
RGB Variations
Color information
#2FA59A (or 0x2FA59A) is known color: Java. HEX triplet: 2F, A5 and 9A. RGB value is (47,165,154). Sum of RGB (Red+Green+Blue) = 47+165+154=366 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.84% from 366); Green value is 165 (64.84% from 255 or 45.08% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 165 - color contains mainly: green. Hex color #2FA59A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FA59A is #D05A65. Grayscale: #808080. Windows color (decimal): -13654630 or 10134831. OLE color: 10134831.
HSL color Cylindrical-coordinate representation of color #2FA59A: hue angle of 174.41º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FA59A is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 47 | 165 | 154 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.35 |
| HSL | 174.41º | 0.56% | 0.42% | - |
| HSV(B) | 174.41º | 0.72% | 0.65% | - |
| XYZ | 20.46 | 29.85 | 35.25 | - |
| YUV | 128.46 | 142.41 | 69.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 165 | 154 | 0.72 | 0 | 0.07 | 0.35 | 174.41 | 0.56 | 0.42 |
| Hex | 2F | A5 | 9A | 48 | 0 | 7 | 23 | AE | 38 | 2A |
| Octal | 57 | 245 | 232 | 110 | 0 | 7 | 43 | 256 | 70 | 52 |
| Binary | 101111 | 10100101 | 10011010 | 1001000 | 0 | 111 | 100011 | 10101110 | 111000 | 101010 |
Color Harmonies of #2FA59A
Complementary color
Monochromatic Colors of #2FA59A
Black with #2FA59A
Text Example
Text Example
White with #2FA59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA59A; }
p { color: rgb(47,165,154); }
H1.HeaderClassName
{
color: #2FA59A;
}
.AnyTagClassName
{
color: #2FA59A;
}
</style>
background-color css
<style>
a { background-color: #2FA59A; }
a { background-color: rgb(47,165,154); }
div.DivClassName
{
background-color: #2FA59A;
}
.BgClassName
{
background-color: #2FA59A;
}
</style>
border-color css
<style>
span { border-color: #2FA59A; }
span { border-color: rgb(47,165,154); }
td.TdClassName
{
border-color: #2FA59A;
}
.TagClassName
{
border-color: #2FA59A;
}
</style>