Shades of Java #2A9592
Tints of Java #2A9592
RGB
CMYK
RGB Variations
Color information
#2A9592 (or 0x2A9592) is known color: Java. HEX triplet: 2A, 95 and 92. RGB value is (42,149,146). Sum of RGB (Red+Green+Blue) = 42+149+146=337 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.46% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 149 - color contains mainly: green. Hex color #2A9592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9592 is #D56A6D. Grayscale: #747474. Windows color (decimal): -13986414 or 9606442. OLE color: 9606442.
HSL color Cylindrical-coordinate representation of color #2A9592: hue angle of 178.32º 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 #2A9592 is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 149 | 146 | - |
| CMYK | 0.72 | 0 | 0.02 | 0.42 |
| HSL | 178.32º | 0.56% | 0.37% | - |
| HSV(B) | 178.32º | 0.72% | 0.58% | - |
| XYZ | 16.89 | 24.06 | 30.95 | - |
| YUV | 116.67 | 144.55 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 149 | 146 | 0.72 | 0 | 0.02 | 0.42 | 178.32 | 0.56 | 0.37 |
| Hex | 2A | 95 | 92 | 48 | 0 | 2 | 2A | B2 | 38 | 25 |
| Octal | 52 | 225 | 222 | 110 | 0 | 2 | 52 | 262 | 70 | 45 |
| Binary | 101010 | 10010101 | 10010010 | 1001000 | 0 | 10 | 101010 | 10110010 | 111000 | 100101 |
Color Harmonies of #2A9592
Complementary color
Monochromatic Colors of #2A9592
Black with #2A9592
Text Example
Text Example
White with #2A9592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9592; }
p { color: rgb(42,149,146); }
H1.HeaderClassName
{
color: #2A9592;
}
.AnyTagClassName
{
color: #2A9592;
}
</style>
background-color css
<style>
a { background-color: #2A9592; }
a { background-color: rgb(42,149,146); }
div.DivClassName
{
background-color: #2A9592;
}
.BgClassName
{
background-color: #2A9592;
}
</style>
border-color css
<style>
span { border-color: #2A9592; }
span { border-color: rgb(42,149,146); }
td.TdClassName
{
border-color: #2A9592;
}
.TagClassName
{
border-color: #2A9592;
}
</style>