Shades of Java #2FA89D
Tints of Java #2FA89D
RGB
CMYK
RGB Variations
Color information
#2FA89D (or 0x2FA89D) is known color: Java. HEX triplet: 2F, A8 and 9D. RGB value is (47,168,157). Sum of RGB (Red+Green+Blue) = 47+168+157=372 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.63% from 372); Green value is 168 (66.02% from 255 or 45.16% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 168 - color contains mainly: green. Hex color #2FA89D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FA89D is #D05762. Grayscale: #828282. Windows color (decimal): -13653859 or 10332207. OLE color: 10332207.
HSL color Cylindrical-coordinate representation of color #2FA89D: hue angle of 174.55º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FA89D is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 47 | 168 | 157 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.34 |
| HSL | 174.55º | 0.56% | 0.42% | - |
| HSV(B) | 174.55º | 0.72% | 0.66% | - |
| XYZ | 21.26 | 31.04 | 36.77 | - |
| YUV | 130.57 | 142.91 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 168 | 157 | 0.72 | 0 | 0.07 | 0.34 | 174.55 | 0.56 | 0.42 |
| Hex | 2F | A8 | 9D | 48 | 0 | 7 | 22 | AF | 38 | 2A |
| Octal | 57 | 250 | 235 | 110 | 0 | 7 | 42 | 257 | 70 | 52 |
| Binary | 101111 | 10101000 | 10011101 | 1001000 | 0 | 111 | 100010 | 10101111 | 111000 | 101010 |
Color Harmonies of #2FA89D
Complementary color
Monochromatic Colors of #2FA89D
Black with #2FA89D
Text Example
Text Example
White with #2FA89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA89D; }
p { color: rgb(47,168,157); }
H1.HeaderClassName
{
color: #2FA89D;
}
.AnyTagClassName
{
color: #2FA89D;
}
</style>
background-color css
<style>
a { background-color: #2FA89D; }
a { background-color: rgb(47,168,157); }
div.DivClassName
{
background-color: #2FA89D;
}
.BgClassName
{
background-color: #2FA89D;
}
</style>
border-color css
<style>
span { border-color: #2FA89D; }
span { border-color: rgb(47,168,157); }
td.TdClassName
{
border-color: #2FA89D;
}
.TagClassName
{
border-color: #2FA89D;
}
</style>