Shades of Java #2A9998
Tints of Java #2A9998
RGB
CMYK
RGB Variations
Color information
#2A9998 (or 0x2A9998) is known color: Java. HEX triplet: 2A, 99 and 98. RGB value is (42,153,152). Sum of RGB (Red+Green+Blue) = 42+153+152=347 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.10% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 152 (59.77% from 255 or 43.80% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #2A9998 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9998 is #D56667. Grayscale: #777777. Windows color (decimal): -13985384 or 10000682. OLE color: 10000682.
HSL color Cylindrical-coordinate representation of color #2A9998: hue angle of 179.46º 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 #2A9998 is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 42 | 153 | 152 | - |
| CMYK | 0.73 | 0 | 0.01 | 0.4 |
| HSL | 179.46º | 0.57% | 0.38% | - |
| HSV(B) | 179.46º | 0.73% | 0.6% | - |
| XYZ | 18.01 | 25.54 | 33.69 | - |
| YUV | 119.7 | 146.23 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 153 | 152 | 0.73 | 0 | 0.01 | 0.4 | 179.46 | 0.57 | 0.38 |
| Hex | 2A | 99 | 98 | 49 | 0 | 1 | 28 | B3 | 39 | 26 |
| Octal | 52 | 231 | 230 | 111 | 0 | 1 | 50 | 263 | 71 | 46 |
| Binary | 101010 | 10011001 | 10011000 | 1001001 | 0 | 1 | 101000 | 10110011 | 111001 | 100110 |
Color Harmonies of #2A9998
Complementary color
Monochromatic Colors of #2A9998
Black with #2A9998
Text Example
Text Example
White with #2A9998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9998; }
p { color: rgb(42,153,152); }
H1.HeaderClassName
{
color: #2A9998;
}
.AnyTagClassName
{
color: #2A9998;
}
</style>
background-color css
<style>
a { background-color: #2A9998; }
a { background-color: rgb(42,153,152); }
div.DivClassName
{
background-color: #2A9998;
}
.BgClassName
{
background-color: #2A9998;
}
</style>
border-color css
<style>
span { border-color: #2A9998; }
span { border-color: rgb(42,153,152); }
td.TdClassName
{
border-color: #2A9998;
}
.TagClassName
{
border-color: #2A9998;
}
</style>