Shades of Java #2A968F
Tints of Java #2A968F
RGB
CMYK
RGB Variations
Color information
#2A968F (or 0x2A968F) is known color: Java. HEX triplet: 2A, 96 and 8F. RGB value is (42,150,143). Sum of RGB (Red+Green+Blue) = 42+150+143=335 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.54% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 143 (56.25% from 255 or 42.69% from 335); Max value from RGB is 150 - color contains mainly: green. Hex color #2A968F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A968F is #D56970. Grayscale: #747474. Windows color (decimal): -13986161 or 9410090. OLE color: 9410090.
HSL color Cylindrical-coordinate representation of color #2A968F: hue angle of 176.11º 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 #2A968F is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 42 | 150 | 143 | - |
| CMYK | 0.72 | 0 | 0.05 | 0.41 |
| HSL | 176.11º | 0.56% | 0.38% | - |
| HSV(B) | 176.11º | 0.72% | 0.59% | - |
| XYZ | 16.82 | 24.29 | 29.79 | - |
| YUV | 116.91 | 142.72 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 150 | 143 | 0.72 | 0 | 0.05 | 0.41 | 176.11 | 0.56 | 0.38 |
| Hex | 2A | 96 | 8F | 48 | 0 | 5 | 29 | B0 | 38 | 26 |
| Octal | 52 | 226 | 217 | 110 | 0 | 5 | 51 | 260 | 70 | 46 |
| Binary | 101010 | 10010110 | 10001111 | 1001000 | 0 | 101 | 101001 | 10110000 | 111000 | 100110 |
Color Harmonies of #2A968F
Complementary color
Monochromatic Colors of #2A968F
Black with #2A968F
Text Example
Text Example
White with #2A968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A968F; }
p { color: rgb(42,150,143); }
H1.HeaderClassName
{
color: #2A968F;
}
.AnyTagClassName
{
color: #2A968F;
}
</style>
background-color css
<style>
a { background-color: #2A968F; }
a { background-color: rgb(42,150,143); }
div.DivClassName
{
background-color: #2A968F;
}
.BgClassName
{
background-color: #2A968F;
}
</style>
border-color css
<style>
span { border-color: #2A968F; }
span { border-color: rgb(42,150,143); }
td.TdClassName
{
border-color: #2A968F;
}
.TagClassName
{
border-color: #2A968F;
}
</style>