Shades of Java #2A9398
Tints of Java #2A9398
RGB
CMYK
RGB Variations
Color information
#2A9398 (or 0x2A9398) is known color: Java. HEX triplet: 2A, 93 and 98. RGB value is (42,147,152). Sum of RGB (Red+Green+Blue) = 42+147+152=341 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.32% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 152 (59.77% from 255 or 44.57% from 341); Max value from RGB is 152 - color contains mainly: blue. Hex color #2A9398 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9398 is #D56C67. Grayscale: #747474. Windows color (decimal): -13986920 or 9999146. OLE color: 9999146.
HSL color Cylindrical-coordinate representation of color #2A9398: hue angle of 182.73º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A9398 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 42 | 147 | 152 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.40 |
| HSL | 182.73º | 0.57% | 0.38% | - |
| HSV(B) | 182.73º | 0.72% | 0.6% | - |
| XYZ | 17.06 | 23.63 | 33.37 | - |
| YUV | 116.18 | 148.21 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 147 | 152 | 0.72 | 0.03 | 0 | 0.40 | 182.73 | 0.57 | 0.38 |
| Hex | 2A | 93 | 98 | 48 | 3 | 0 | 28 | B7 | 39 | 26 |
| Octal | 52 | 223 | 230 | 110 | 3 | 0 | 50 | 267 | 71 | 46 |
| Binary | 101010 | 10010011 | 10011000 | 1001000 | 11 | 0 | 101000 | 10110111 | 111001 | 100110 |
Color Harmonies of #2A9398
Complementary color
Monochromatic Colors of #2A9398
Black with #2A9398
Text Example
Text Example
White with #2A9398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9398; }
p { color: rgb(42,147,152); }
H1.HeaderClassName
{
color: #2A9398;
}
.AnyTagClassName
{
color: #2A9398;
}
</style>
background-color css
<style>
a { background-color: #2A9398; }
a { background-color: rgb(42,147,152); }
div.DivClassName
{
background-color: #2A9398;
}
.BgClassName
{
background-color: #2A9398;
}
</style>
border-color css
<style>
span { border-color: #2A9398; }
span { border-color: rgb(42,147,152); }
td.TdClassName
{
border-color: #2A9398;
}
.TagClassName
{
border-color: #2A9398;
}
</style>