Shades of Java #2A928C
Tints of Java #2A928C
RGB
CMYK
RGB Variations
Color information
#2A928C (or 0x2A928C) is known color: Java. HEX triplet: 2A, 92 and 8C. RGB value is (42,146,140). Sum of RGB (Red+Green+Blue) = 42+146+140=328 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.80% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 146 - color contains mainly: green. Hex color #2A928C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A928C is #D56D73. Grayscale: #727272. Windows color (decimal): -13987188 or 9212458. OLE color: 9212458.
HSL color Cylindrical-coordinate representation of color #2A928C: hue angle of 176.54º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A928C is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 42 | 146 | 140 | - |
| CMYK | 0.71 | 0 | 0.04 | 0.43 |
| HSL | 176.54º | 0.55% | 0.37% | - |
| HSV(B) | 176.54º | 0.71% | 0.57% | - |
| XYZ | 15.97 | 22.94 | 28.4 | - |
| YUV | 114.22 | 142.54 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 146 | 140 | 0.71 | 0 | 0.04 | 0.43 | 176.54 | 0.55 | 0.37 |
| Hex | 2A | 92 | 8C | 47 | 0 | 4 | 2B | B1 | 37 | 25 |
| Octal | 52 | 222 | 214 | 107 | 0 | 4 | 53 | 261 | 67 | 45 |
| Binary | 101010 | 10010010 | 10001100 | 1000111 | 0 | 100 | 101011 | 10110001 | 110111 | 100101 |
Color Harmonies of #2A928C
Complementary color
Monochromatic Colors of #2A928C
Black with #2A928C
Text Example
Text Example
White with #2A928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A928C; }
p { color: rgb(42,146,140); }
H1.HeaderClassName
{
color: #2A928C;
}
.AnyTagClassName
{
color: #2A928C;
}
</style>
background-color css
<style>
a { background-color: #2A928C; }
a { background-color: rgb(42,146,140); }
div.DivClassName
{
background-color: #2A928C;
}
.BgClassName
{
background-color: #2A928C;
}
</style>
border-color css
<style>
span { border-color: #2A928C; }
span { border-color: rgb(42,146,140); }
td.TdClassName
{
border-color: #2A928C;
}
.TagClassName
{
border-color: #2A928C;
}
</style>