Shades of Java #2A938C
Tints of Java #2A938C
RGB
CMYK
RGB Variations
Color information
#2A938C (or 0x2A938C) is known color: Java. HEX triplet: 2A, 93 and 8C. RGB value is (42,147,140). Sum of RGB (Red+Green+Blue) = 42+147+140=329 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.77% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 147 - color contains mainly: green. Hex color #2A938C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A938C is #D56C73. Grayscale: #727272. Windows color (decimal): -13986932 or 9212714. OLE color: 9212714.
HSL color Cylindrical-coordinate representation of color #2A938C: hue angle of 176º 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 #2A938C is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 147 | 140 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.42 |
| HSL | 176º | 0.56% | 0.37% | - |
| HSV(B) | 176º | 0.71% | 0.58% | - |
| XYZ | 16.12 | 23.25 | 28.45 | - |
| YUV | 114.81 | 142.21 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 147 | 140 | 0.71 | 0 | 0.05 | 0.42 | 176 | 0.56 | 0.37 |
| Hex | 2A | 93 | 8C | 47 | 0 | 5 | 2A | B0 | 38 | 25 |
| Octal | 52 | 223 | 214 | 107 | 0 | 5 | 52 | 260 | 70 | 45 |
| Binary | 101010 | 10010011 | 10001100 | 1000111 | 0 | 101 | 101010 | 10110000 | 111000 | 100101 |
Color Harmonies of #2A938C
Complementary color
Monochromatic Colors of #2A938C
Black with #2A938C
Text Example
Text Example
White with #2A938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A938C; }
p { color: rgb(42,147,140); }
H1.HeaderClassName
{
color: #2A938C;
}
.AnyTagClassName
{
color: #2A938C;
}
</style>
background-color css
<style>
a { background-color: #2A938C; }
a { background-color: rgb(42,147,140); }
div.DivClassName
{
background-color: #2A938C;
}
.BgClassName
{
background-color: #2A938C;
}
</style>
border-color css
<style>
span { border-color: #2A938C; }
span { border-color: rgb(42,147,140); }
td.TdClassName
{
border-color: #2A938C;
}
.TagClassName
{
border-color: #2A938C;
}
</style>