Shades of Java #2A9F96
Tints of Java #2A9F96
RGB
CMYK
RGB Variations
Color information
#2A9F96 (or 0x2A9F96) is known color: Java. HEX triplet: 2A, 9F and 96. RGB value is (42,159,150). Sum of RGB (Red+Green+Blue) = 42+159+150=351 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.97% from 351); Green value is 159 (62.5% from 255 or 45.30% from 351); Blue value is 150 (58.98% from 255 or 42.74% from 351); Max value from RGB is 159 - color contains mainly: green. Hex color #2A9F96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9F96 is #D56069. Grayscale: #7A7A7A. Windows color (decimal): -13983850 or 9871146. OLE color: 9871146.
HSL color Cylindrical-coordinate representation of color #2A9F96: hue angle of 175.38º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A9F96 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 159 | 150 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.38 |
| HSL | 175.38º | 0.58% | 0.39% | - |
| HSV(B) | 175.38º | 0.74% | 0.62% | - |
| XYZ | 18.86 | 27.49 | 33.17 | - |
| YUV | 122.99 | 143.24 | 70.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 159 | 150 | 0.74 | 0 | 0.06 | 0.38 | 175.38 | 0.58 | 0.39 |
| Hex | 2A | 9F | 96 | 4A | 0 | 6 | 26 | AF | 3A | 27 |
| Octal | 52 | 237 | 226 | 112 | 0 | 6 | 46 | 257 | 72 | 47 |
| Binary | 101010 | 10011111 | 10010110 | 1001010 | 0 | 110 | 100110 | 10101111 | 111010 | 100111 |
Color Harmonies of #2A9F96
Complementary color
Monochromatic Colors of #2A9F96
Black with #2A9F96
Text Example
Text Example
White with #2A9F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9F96; }
p { color: rgb(42,159,150); }
H1.HeaderClassName
{
color: #2A9F96;
}
.AnyTagClassName
{
color: #2A9F96;
}
</style>
background-color css
<style>
a { background-color: #2A9F96; }
a { background-color: rgb(42,159,150); }
div.DivClassName
{
background-color: #2A9F96;
}
.BgClassName
{
background-color: #2A9F96;
}
</style>
border-color css
<style>
span { border-color: #2A9F96; }
span { border-color: rgb(42,159,150); }
td.TdClassName
{
border-color: #2A9F96;
}
.TagClassName
{
border-color: #2A9F96;
}
</style>