Shades of Java #2A948D
Tints of Java #2A948D
RGB
CMYK
RGB Variations
Color information
#2A948D (or 0x2A948D) is known color: Java. HEX triplet: 2A, 94 and 8D. RGB value is (42,148,141). Sum of RGB (Red+Green+Blue) = 42+148+141=331 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.69% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 148 - color contains mainly: green. Hex color #2A948D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A948D is #D56B72. Grayscale: #737373. Windows color (decimal): -13986675 or 9278506. OLE color: 9278506.
HSL color Cylindrical-coordinate representation of color #2A948D: hue angle of 176.04º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A948D is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 148 | 141 | - |
| CMYK | 0.72 | 0 | 0.05 | 0.42 |
| HSL | 176.04º | 0.56% | 0.37% | - |
| HSV(B) | 176.04º | 0.72% | 0.58% | - |
| XYZ | 16.35 | 23.6 | 28.89 | - |
| YUV | 115.51 | 142.38 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 148 | 141 | 0.72 | 0 | 0.05 | 0.42 | 176.04 | 0.56 | 0.37 |
| Hex | 2A | 94 | 8D | 48 | 0 | 5 | 2A | B0 | 38 | 25 |
| Octal | 52 | 224 | 215 | 110 | 0 | 5 | 52 | 260 | 70 | 45 |
| Binary | 101010 | 10010100 | 10001101 | 1001000 | 0 | 101 | 101010 | 10110000 | 111000 | 100101 |
Color Harmonies of #2A948D
Complementary color
Monochromatic Colors of #2A948D
Black with #2A948D
Text Example
Text Example
White with #2A948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A948D; }
p { color: rgb(42,148,141); }
H1.HeaderClassName
{
color: #2A948D;
}
.AnyTagClassName
{
color: #2A948D;
}
</style>
background-color css
<style>
a { background-color: #2A948D; }
a { background-color: rgb(42,148,141); }
div.DivClassName
{
background-color: #2A948D;
}
.BgClassName
{
background-color: #2A948D;
}
</style>
border-color css
<style>
span { border-color: #2A948D; }
span { border-color: rgb(42,148,141); }
td.TdClassName
{
border-color: #2A948D;
}
.TagClassName
{
border-color: #2A948D;
}
</style>