Shades of Java #2A978D
Tints of Java #2A978D
RGB
CMYK
RGB Variations
Color information
#2A978D (or 0x2A978D) is known color: Java. HEX triplet: 2A, 97 and 8D. RGB value is (42,151,141). Sum of RGB (Red+Green+Blue) = 42+151+141=334 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.57% from 334); Green value is 151 (59.38% from 255 or 45.21% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 151 - color contains mainly: green. Hex color #2A978D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A978D is #D56872. Grayscale: #757575. Windows color (decimal): -13985907 or 9279274. OLE color: 9279274.
HSL color Cylindrical-coordinate representation of color #2A978D: hue angle of 174.5º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A978D is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 42 | 151 | 141 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.41 |
| HSL | 174.5º | 0.56% | 0.38% | - |
| HSV(B) | 174.5º | 0.72% | 0.59% | - |
| XYZ | 16.83 | 24.55 | 29.05 | - |
| YUV | 117.27 | 141.39 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 151 | 141 | 0.72 | 0 | 0.07 | 0.41 | 174.5 | 0.56 | 0.38 |
| Hex | 2A | 97 | 8D | 48 | 0 | 7 | 29 | AE | 38 | 26 |
| Octal | 52 | 227 | 215 | 110 | 0 | 7 | 51 | 256 | 70 | 46 |
| Binary | 101010 | 10010111 | 10001101 | 1001000 | 0 | 111 | 101001 | 10101110 | 111000 | 100110 |
Color Harmonies of #2A978D
Complementary color
Monochromatic Colors of #2A978D
Black with #2A978D
Text Example
Text Example
White with #2A978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A978D; }
p { color: rgb(42,151,141); }
H1.HeaderClassName
{
color: #2A978D;
}
.AnyTagClassName
{
color: #2A978D;
}
</style>
background-color css
<style>
a { background-color: #2A978D; }
a { background-color: rgb(42,151,141); }
div.DivClassName
{
background-color: #2A978D;
}
.BgClassName
{
background-color: #2A978D;
}
</style>
border-color css
<style>
span { border-color: #2A978D; }
span { border-color: rgb(42,151,141); }
td.TdClassName
{
border-color: #2A978D;
}
.TagClassName
{
border-color: #2A978D;
}
</style>