Shades of Java #2A9992
Tints of Java #2A9992
RGB
CMYK
RGB Variations
Color information
#2A9992 (or 0x2A9992) is known color: Java. HEX triplet: 2A, 99 and 92. RGB value is (42,153,146). Sum of RGB (Red+Green+Blue) = 42+153+146=341 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.32% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 153 - color contains mainly: green. Hex color #2A9992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9992 is #D5666D. Grayscale: #767676. Windows color (decimal): -13985390 or 9607466. OLE color: 9607466.
HSL color Cylindrical-coordinate representation of color #2A9992: hue angle of 176.22º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9992 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 42 | 153 | 146 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.4 |
| HSL | 176.22º | 0.57% | 0.38% | - |
| HSV(B) | 176.22º | 0.73% | 0.6% | - |
| XYZ | 17.53 | 25.35 | 31.16 | - |
| YUV | 119.01 | 143.23 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 153 | 146 | 0.73 | 0 | 0.05 | 0.4 | 176.22 | 0.57 | 0.38 |
| Hex | 2A | 99 | 92 | 49 | 0 | 5 | 28 | B0 | 39 | 26 |
| Octal | 52 | 231 | 222 | 111 | 0 | 5 | 50 | 260 | 71 | 46 |
| Binary | 101010 | 10011001 | 10010010 | 1001001 | 0 | 101 | 101000 | 10110000 | 111001 | 100110 |
Color Harmonies of #2A9992
Complementary color
Monochromatic Colors of #2A9992
Black with #2A9992
Text Example
Text Example
White with #2A9992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9992; }
p { color: rgb(42,153,146); }
H1.HeaderClassName
{
color: #2A9992;
}
.AnyTagClassName
{
color: #2A9992;
}
</style>
background-color css
<style>
a { background-color: #2A9992; }
a { background-color: rgb(42,153,146); }
div.DivClassName
{
background-color: #2A9992;
}
.BgClassName
{
background-color: #2A9992;
}
</style>
border-color css
<style>
span { border-color: #2A9992; }
span { border-color: rgb(42,153,146); }
td.TdClassName
{
border-color: #2A9992;
}
.TagClassName
{
border-color: #2A9992;
}
</style>