Shades of Java #2A958F
Tints of Java #2A958F
RGB
CMYK
RGB Variations
Color information
#2A958F (or 0x2A958F) is known color: Java. HEX triplet: 2A, 95 and 8F. RGB value is (42,149,143). Sum of RGB (Red+Green+Blue) = 42+149+143=334 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.57% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 143 (56.25% from 255 or 42.81% from 334); Max value from RGB is 149 - color contains mainly: green. Hex color #2A958F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A958F is #D56A70. Grayscale: #747474. Windows color (decimal): -13986417 or 9409834. OLE color: 9409834.
HSL color Cylindrical-coordinate representation of color #2A958F: hue angle of 176.64º 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 #2A958F is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 149 | 143 | - |
| CMYK | 0.72 | 0 | 0.04 | 0.42 |
| HSL | 176.64º | 0.56% | 0.37% | - |
| HSV(B) | 176.64º | 0.72% | 0.58% | - |
| XYZ | 16.66 | 23.97 | 29.74 | - |
| YUV | 116.32 | 143.05 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 149 | 143 | 0.72 | 0 | 0.04 | 0.42 | 176.64 | 0.56 | 0.37 |
| Hex | 2A | 95 | 8F | 48 | 0 | 4 | 2A | B1 | 38 | 25 |
| Octal | 52 | 225 | 217 | 110 | 0 | 4 | 52 | 261 | 70 | 45 |
| Binary | 101010 | 10010101 | 10001111 | 1001000 | 0 | 100 | 101010 | 10110001 | 111000 | 100101 |
Color Harmonies of #2A958F
Complementary color
Monochromatic Colors of #2A958F
Black with #2A958F
Text Example
Text Example
White with #2A958F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A958F; }
p { color: rgb(42,149,143); }
H1.HeaderClassName
{
color: #2A958F;
}
.AnyTagClassName
{
color: #2A958F;
}
</style>
background-color css
<style>
a { background-color: #2A958F; }
a { background-color: rgb(42,149,143); }
div.DivClassName
{
background-color: #2A958F;
}
.BgClassName
{
background-color: #2A958F;
}
</style>
border-color css
<style>
span { border-color: #2A958F; }
span { border-color: rgb(42,149,143); }
td.TdClassName
{
border-color: #2A958F;
}
.TagClassName
{
border-color: #2A958F;
}
</style>