Shades of Java #2A9B8E
Tints of Java #2A9B8E
RGB
CMYK
RGB Variations
Color information
#2A9B8E (or 0x2A9B8E) is known color: Java. HEX triplet: 2A, 9B and 8E. RGB value is (42,155,142). Sum of RGB (Red+Green+Blue) = 42+155+142=339 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.39% from 339); Green value is 155 (60.94% from 255 or 45.72% from 339); Blue value is 142 (55.86% from 255 or 41.89% from 339); Max value from RGB is 155 - color contains mainly: green. Hex color #2A9B8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9B8E is #D56471. Grayscale: #777777. Windows color (decimal): -13984882 or 9345834. OLE color: 9345834.
HSL color Cylindrical-coordinate representation of color #2A9B8E: hue angle of 173.1º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9B8E is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 42 | 155 | 142 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.39 |
| HSL | 173.1º | 0.57% | 0.39% | - |
| HSV(B) | 173.1º | 0.73% | 0.61% | - |
| XYZ | 17.56 | 25.89 | 29.66 | - |
| YUV | 119.73 | 140.56 | 72.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 155 | 142 | 0.73 | 0 | 0.08 | 0.39 | 173.1 | 0.57 | 0.39 |
| Hex | 2A | 9B | 8E | 49 | 0 | 8 | 27 | AD | 39 | 27 |
| Octal | 52 | 233 | 216 | 111 | 0 | 10 | 47 | 255 | 71 | 47 |
| Binary | 101010 | 10011011 | 10001110 | 1001001 | 0 | 1000 | 100111 | 10101101 | 111001 | 100111 |
Color Harmonies of #2A9B8E
Complementary color
Monochromatic Colors of #2A9B8E
Black with #2A9B8E
Text Example
Text Example
White with #2A9B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9B8E; }
p { color: rgb(42,155,142); }
H1.HeaderClassName
{
color: #2A9B8E;
}
.AnyTagClassName
{
color: #2A9B8E;
}
</style>
background-color css
<style>
a { background-color: #2A9B8E; }
a { background-color: rgb(42,155,142); }
div.DivClassName
{
background-color: #2A9B8E;
}
.BgClassName
{
background-color: #2A9B8E;
}
</style>
border-color css
<style>
span { border-color: #2A9B8E; }
span { border-color: rgb(42,155,142); }
td.TdClassName
{
border-color: #2A9B8E;
}
.TagClassName
{
border-color: #2A9B8E;
}
</style>