Shades of Java #2FA299
Tints of Java #2FA299
RGB
CMYK
RGB Variations
Color information
#2FA299 (or 0x2FA299) is known color: Java. HEX triplet: 2F, A2 and 99. RGB value is (47,162,153). Sum of RGB (Red+Green+Blue) = 47+162+153=362 (47% of max value = 765). Red value is 47 (18.75% from 255 or 12.98% from 362); Green value is 162 (63.67% from 255 or 44.75% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 162 - color contains mainly: green. Hex color #2FA299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FA299 is #D05D66. Grayscale: #7E7E7E. Windows color (decimal): -13655399 or 10068527. OLE color: 10068527.
HSL color Cylindrical-coordinate representation of color #2FA299: hue angle of 175.3º 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 #2FA299 is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 47 | 162 | 153 | - |
| CMYK | 0.71 | 0 | 0.06 | 0.36 |
| HSL | 175.3º | 0.55% | 0.41% | - |
| HSV(B) | 175.3º | 0.71% | 0.64% | - |
| XYZ | 19.84 | 28.74 | 34.64 | - |
| YUV | 126.59 | 142.9 | 71.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 162 | 153 | 0.71 | 0 | 0.06 | 0.36 | 175.3 | 0.55 | 0.41 |
| Hex | 2F | A2 | 99 | 47 | 0 | 6 | 24 | AF | 37 | 29 |
| Octal | 57 | 242 | 231 | 107 | 0 | 6 | 44 | 257 | 67 | 51 |
| Binary | 101111 | 10100010 | 10011001 | 1000111 | 0 | 110 | 100100 | 10101111 | 110111 | 101001 |
Color Harmonies of #2FA299
Complementary color
Monochromatic Colors of #2FA299
Black with #2FA299
Text Example
Text Example
White with #2FA299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA299; }
p { color: rgb(47,162,153); }
H1.HeaderClassName
{
color: #2FA299;
}
.AnyTagClassName
{
color: #2FA299;
}
</style>
background-color css
<style>
a { background-color: #2FA299; }
a { background-color: rgb(47,162,153); }
div.DivClassName
{
background-color: #2FA299;
}
.BgClassName
{
background-color: #2FA299;
}
</style>
border-color css
<style>
span { border-color: #2FA299; }
span { border-color: rgb(47,162,153); }
td.TdClassName
{
border-color: #2FA299;
}
.TagClassName
{
border-color: #2FA299;
}
</style>