Shades of Java #2A948B
Tints of Java #2A948B
RGB
CMYK
RGB Variations
Color information
#2A948B (or 0x2A948B) is known color: Java. HEX triplet: 2A, 94 and 8B. RGB value is (42,148,139). Sum of RGB (Red+Green+Blue) = 42+148+139=329 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.77% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 148 - color contains mainly: green. Hex color #2A948B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A948B is #D56B74. Grayscale: #737373. Windows color (decimal): -13986677 or 9147434. OLE color: 9147434.
HSL color Cylindrical-coordinate representation of color #2A948B: hue angle of 174.91º 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 #2A948B is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 148 | 139 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.42 |
| HSL | 174.91º | 0.56% | 0.37% | - |
| HSV(B) | 174.91º | 0.72% | 0.58% | - |
| XYZ | 16.2 | 23.54 | 28.11 | - |
| YUV | 115.28 | 141.38 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 148 | 139 | 0.72 | 0 | 0.06 | 0.42 | 174.91 | 0.56 | 0.37 |
| Hex | 2A | 94 | 8B | 48 | 0 | 6 | 2A | AF | 38 | 25 |
| Octal | 52 | 224 | 213 | 110 | 0 | 6 | 52 | 257 | 70 | 45 |
| Binary | 101010 | 10010100 | 10001011 | 1001000 | 0 | 110 | 101010 | 10101111 | 111000 | 100101 |
Color Harmonies of #2A948B
Complementary color
Monochromatic Colors of #2A948B
Black with #2A948B
Text Example
Text Example
White with #2A948B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A948B; }
p { color: rgb(42,148,139); }
H1.HeaderClassName
{
color: #2A948B;
}
.AnyTagClassName
{
color: #2A948B;
}
</style>
background-color css
<style>
a { background-color: #2A948B; }
a { background-color: rgb(42,148,139); }
div.DivClassName
{
background-color: #2A948B;
}
.BgClassName
{
background-color: #2A948B;
}
</style>
border-color css
<style>
span { border-color: #2A948B; }
span { border-color: rgb(42,148,139); }
td.TdClassName
{
border-color: #2A948B;
}
.TagClassName
{
border-color: #2A948B;
}
</style>