Shades of Java #2A9B8D
Tints of Java #2A9B8D
RGB
CMYK
RGB Variations
Color information
#2A9B8D (or 0x2A9B8D) is known color: Java. HEX triplet: 2A, 9B and 8D. RGB value is (42,155,141). Sum of RGB (Red+Green+Blue) = 42+155+141=338 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.43% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 155 - color contains mainly: green. Hex color #2A9B8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9B8D is #D56472. Grayscale: #777777. Windows color (decimal): -13984883 or 9280298. OLE color: 9280298.
HSL color Cylindrical-coordinate representation of color #2A9B8D: hue angle of 172.57º 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 #2A9B8D is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 42 | 155 | 141 | - |
| CMYK | 0.73 | 0 | 0.09 | 0.39 |
| HSL | 172.57º | 0.57% | 0.39% | - |
| HSV(B) | 172.57º | 0.73% | 0.61% | - |
| XYZ | 17.48 | 25.86 | 29.27 | - |
| YUV | 119.62 | 140.06 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 155 | 141 | 0.73 | 0 | 0.09 | 0.39 | 172.57 | 0.57 | 0.39 |
| Hex | 2A | 9B | 8D | 49 | 0 | 9 | 27 | AD | 39 | 27 |
| Octal | 52 | 233 | 215 | 111 | 0 | 11 | 47 | 255 | 71 | 47 |
| Binary | 101010 | 10011011 | 10001101 | 1001001 | 0 | 1001 | 100111 | 10101101 | 111001 | 100111 |
Color Harmonies of #2A9B8D
Complementary color
Monochromatic Colors of #2A9B8D
Black with #2A9B8D
Text Example
Text Example
White with #2A9B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9B8D; }
p { color: rgb(42,155,141); }
H1.HeaderClassName
{
color: #2A9B8D;
}
.AnyTagClassName
{
color: #2A9B8D;
}
</style>
background-color css
<style>
a { background-color: #2A9B8D; }
a { background-color: rgb(42,155,141); }
div.DivClassName
{
background-color: #2A9B8D;
}
.BgClassName
{
background-color: #2A9B8D;
}
</style>
border-color css
<style>
span { border-color: #2A9B8D; }
span { border-color: rgb(42,155,141); }
td.TdClassName
{
border-color: #2A9B8D;
}
.TagClassName
{
border-color: #2A9B8D;
}
</style>