Shades of Java #2A9388
Tints of Java #2A9388
RGB
CMYK
RGB Variations
Color information
#2A9388 (or 0x2A9388) is known color: Java. HEX triplet: 2A, 93 and 88. RGB value is (42,147,136). Sum of RGB (Red+Green+Blue) = 42+147+136=325 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.92% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 147 - color contains mainly: green. Hex color #2A9388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9388 is #D56C77. Grayscale: #727272. Windows color (decimal): -13986936 or 8950570. OLE color: 8950570.
HSL color Cylindrical-coordinate representation of color #2A9388: hue angle of 173.71º 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 #2A9388 is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 147 | 136 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.42 |
| HSL | 173.71º | 0.56% | 0.37% | - |
| HSV(B) | 173.71º | 0.71% | 0.58% | - |
| XYZ | 15.83 | 23.14 | 26.92 | - |
| YUV | 114.35 | 140.21 | 76.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 147 | 136 | 0.71 | 0 | 0.07 | 0.42 | 173.71 | 0.56 | 0.37 |
| Hex | 2A | 93 | 88 | 47 | 0 | 7 | 2A | AE | 38 | 25 |
| Octal | 52 | 223 | 210 | 107 | 0 | 7 | 52 | 256 | 70 | 45 |
| Binary | 101010 | 10010011 | 10001000 | 1000111 | 0 | 111 | 101010 | 10101110 | 111000 | 100101 |
Color Harmonies of #2A9388
Complementary color
Monochromatic Colors of #2A9388
Black with #2A9388
Text Example
Text Example
White with #2A9388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9388; }
p { color: rgb(42,147,136); }
H1.HeaderClassName
{
color: #2A9388;
}
.AnyTagClassName
{
color: #2A9388;
}
</style>
background-color css
<style>
a { background-color: #2A9388; }
a { background-color: rgb(42,147,136); }
div.DivClassName
{
background-color: #2A9388;
}
.BgClassName
{
background-color: #2A9388;
}
</style>
border-color css
<style>
span { border-color: #2A9388; }
span { border-color: rgb(42,147,136); }
td.TdClassName
{
border-color: #2A9388;
}
.TagClassName
{
border-color: #2A9388;
}
</style>