Shades of Java #2A9293
Tints of Java #2A9293
RGB
CMYK
RGB Variations
Color information
#2A9293 (or 0x2A9293) is known color: Java. HEX triplet: 2A, 92 and 93. RGB value is (42,146,147). Sum of RGB (Red+Green+Blue) = 42+146+147=335 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.54% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 147 - color contains mainly: blue. Hex color #2A9293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9293 is #D56D6C. Grayscale: #727272. Windows color (decimal): -13987181 or 9671210. OLE color: 9671210.
HSL color Cylindrical-coordinate representation of color #2A9293: hue angle of 180.57º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A9293 is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 146 | 147 | - |
| CMYK | 0.71 | 0.01 | 0 | 0.42 |
| HSL | 180.57º | 0.56% | 0.37% | - |
| HSV(B) | 180.57º | 0.71% | 0.58% | - |
| XYZ | 16.5 | 23.16 | 31.2 | - |
| YUV | 115.02 | 146.04 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 146 | 147 | 0.71 | 0.01 | 0 | 0.42 | 180.57 | 0.56 | 0.37 |
| Hex | 2A | 92 | 93 | 47 | 1 | 0 | 2A | B5 | 38 | 25 |
| Octal | 52 | 222 | 223 | 107 | 1 | 0 | 52 | 265 | 70 | 45 |
| Binary | 101010 | 10010010 | 10010011 | 1000111 | 1 | 0 | 101010 | 10110101 | 111000 | 100101 |
Color Harmonies of #2A9293
Complementary color
Monochromatic Colors of #2A9293
Black with #2A9293
Text Example
Text Example
White with #2A9293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9293; }
p { color: rgb(42,146,147); }
H1.HeaderClassName
{
color: #2A9293;
}
.AnyTagClassName
{
color: #2A9293;
}
</style>
background-color css
<style>
a { background-color: #2A9293; }
a { background-color: rgb(42,146,147); }
div.DivClassName
{
background-color: #2A9293;
}
.BgClassName
{
background-color: #2A9293;
}
</style>
border-color css
<style>
span { border-color: #2A9293; }
span { border-color: rgb(42,146,147); }
td.TdClassName
{
border-color: #2A9293;
}
.TagClassName
{
border-color: #2A9293;
}
</style>