Shades of Java #2A959B
Tints of Java #2A959B
RGB
CMYK
RGB Variations
Color information
#2A959B (or 0x2A959B) is known color: Java. HEX triplet: 2A, 95 and 9B. RGB value is (42,149,155). Sum of RGB (Red+Green+Blue) = 42+149+155=346 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.14% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A959B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A959B is #D56A64. Grayscale: #757575. Windows color (decimal): -13986405 or 10196266. OLE color: 10196266.
HSL color Cylindrical-coordinate representation of color #2A959B: hue angle of 183.19º 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 #2A959B is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 42 | 149 | 155 | - |
| CMYK | 0.73 | 0.04 | 0 | 0.39 |
| HSL | 183.19º | 0.57% | 0.39% | - |
| HSV(B) | 183.19º | 0.73% | 0.61% | - |
| XYZ | 17.62 | 24.35 | 34.78 | - |
| YUV | 117.69 | 149.05 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 149 | 155 | 0.73 | 0.04 | 0 | 0.39 | 183.19 | 0.57 | 0.39 |
| Hex | 2A | 95 | 9B | 49 | 4 | 0 | 27 | B7 | 39 | 27 |
| Octal | 52 | 225 | 233 | 111 | 4 | 0 | 47 | 267 | 71 | 47 |
| Binary | 101010 | 10010101 | 10011011 | 1001001 | 100 | 0 | 100111 | 10110111 | 111001 | 100111 |
Color Harmonies of #2A959B
Complementary color
Monochromatic Colors of #2A959B
Black with #2A959B
Text Example
Text Example
White with #2A959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A959B; }
p { color: rgb(42,149,155); }
H1.HeaderClassName
{
color: #2A959B;
}
.AnyTagClassName
{
color: #2A959B;
}
</style>
background-color css
<style>
a { background-color: #2A959B; }
a { background-color: rgb(42,149,155); }
div.DivClassName
{
background-color: #2A959B;
}
.BgClassName
{
background-color: #2A959B;
}
</style>
border-color css
<style>
span { border-color: #2A959B; }
span { border-color: rgb(42,149,155); }
td.TdClassName
{
border-color: #2A959B;
}
.TagClassName
{
border-color: #2A959B;
}
</style>