Shades of Java #2A939C
Tints of Java #2A939C
RGB
CMYK
RGB Variations
Color information
#2A939C (or 0x2A939C) is known color: Java. HEX triplet: 2A, 93 and 9C. RGB value is (42,147,156). Sum of RGB (Red+Green+Blue) = 42+147+156=345 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.17% from 345); Green value is 147 (57.81% from 255 or 42.61% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #2A939C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A939C is #D56C63. Grayscale: #747474. Windows color (decimal): -13986916 or 10261290. OLE color: 10261290.
HSL color Cylindrical-coordinate representation of color #2A939C: hue angle of 184.74º degrees, saturation: 0.58, 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 #2A939C is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 42 | 147 | 156 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.39 |
| HSL | 184.74º | 0.58% | 0.39% | - |
| HSV(B) | 184.74º | 0.73% | 0.61% | - |
| XYZ | 17.39 | 23.76 | 35.12 | - |
| YUV | 116.63 | 150.21 | 74.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 147 | 156 | 0.73 | 0.06 | 0 | 0.39 | 184.74 | 0.58 | 0.39 |
| Hex | 2A | 93 | 9C | 49 | 6 | 0 | 27 | B9 | 3A | 27 |
| Octal | 52 | 223 | 234 | 111 | 6 | 0 | 47 | 271 | 72 | 47 |
| Binary | 101010 | 10010011 | 10011100 | 1001001 | 110 | 0 | 100111 | 10111001 | 111010 | 100111 |
Color Harmonies of #2A939C
Complementary color
Monochromatic Colors of #2A939C
Black with #2A939C
Text Example
Text Example
White with #2A939C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A939C; }
p { color: rgb(42,147,156); }
H1.HeaderClassName
{
color: #2A939C;
}
.AnyTagClassName
{
color: #2A939C;
}
</style>
background-color css
<style>
a { background-color: #2A939C; }
a { background-color: rgb(42,147,156); }
div.DivClassName
{
background-color: #2A939C;
}
.BgClassName
{
background-color: #2A939C;
}
</style>
border-color css
<style>
span { border-color: #2A939C; }
span { border-color: rgb(42,147,156); }
td.TdClassName
{
border-color: #2A939C;
}
.TagClassName
{
border-color: #2A939C;
}
</style>