Shades of Java #2A9596
Tints of Java #2A9596
RGB
CMYK
RGB Variations
Color information
#2A9596 (or 0x2A9596) is known color: Java. HEX triplet: 2A, 95 and 96. RGB value is (42,149,150). Sum of RGB (Red+Green+Blue) = 42+149+150=341 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.32% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 150 - color contains mainly: blue. Hex color #2A9596 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9596 is #D56A69. Grayscale: #757575. Windows color (decimal): -13986410 or 9868586. OLE color: 9868586.
HSL color Cylindrical-coordinate representation of color #2A9596: hue angle of 180.56º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A9596 is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 42 | 149 | 150 | - |
| CMYK | 0.72 | 0.01 | 0 | 0.41 |
| HSL | 180.56º | 0.56% | 0.38% | - |
| HSV(B) | 180.56º | 0.72% | 0.59% | - |
| XYZ | 17.21 | 24.19 | 32.62 | - |
| YUV | 117.12 | 146.55 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 149 | 150 | 0.72 | 0.01 | 0 | 0.41 | 180.56 | 0.56 | 0.38 |
| Hex | 2A | 95 | 96 | 48 | 1 | 0 | 29 | B5 | 38 | 26 |
| Octal | 52 | 225 | 226 | 110 | 1 | 0 | 51 | 265 | 70 | 46 |
| Binary | 101010 | 10010101 | 10010110 | 1001000 | 1 | 0 | 101001 | 10110101 | 111000 | 100110 |
Color Harmonies of #2A9596
Complementary color
Monochromatic Colors of #2A9596
Black with #2A9596
Text Example
Text Example
White with #2A9596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9596; }
p { color: rgb(42,149,150); }
H1.HeaderClassName
{
color: #2A9596;
}
.AnyTagClassName
{
color: #2A9596;
}
</style>
background-color css
<style>
a { background-color: #2A9596; }
a { background-color: rgb(42,149,150); }
div.DivClassName
{
background-color: #2A9596;
}
.BgClassName
{
background-color: #2A9596;
}
</style>
border-color css
<style>
span { border-color: #2A9596; }
span { border-color: rgb(42,149,150); }
td.TdClassName
{
border-color: #2A9596;
}
.TagClassName
{
border-color: #2A9596;
}
</style>