Shades of Java #2A908C
Tints of Java #2A908C
RGB
CMYK
RGB Variations
Color information
#2A908C (or 0x2A908C) is known color: Java. HEX triplet: 2A, 90 and 8C. RGB value is (42,144,140). Sum of RGB (Red+Green+Blue) = 42+144+140=326 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.88% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 144 - color contains mainly: green. Hex color #2A908C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A908C is #D56F73. Grayscale: #707070. Windows color (decimal): -13987700 or 9211946. OLE color: 9211946.
HSL color Cylindrical-coordinate representation of color #2A908C: hue angle of 177.65º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A908C is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 42 | 144 | 140 | - |
| CMYK | 0.71 | 0 | 0.03 | 0.44 |
| HSL | 177.65º | 0.55% | 0.36% | - |
| HSV(B) | 177.65º | 0.71% | 0.56% | - |
| XYZ | 15.66 | 22.33 | 28.3 | - |
| YUV | 113.05 | 143.21 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 144 | 140 | 0.71 | 0 | 0.03 | 0.44 | 177.65 | 0.55 | 0.36 |
| Hex | 2A | 90 | 8C | 47 | 0 | 3 | 2C | B2 | 37 | 24 |
| Octal | 52 | 220 | 214 | 107 | 0 | 3 | 54 | 262 | 67 | 44 |
| Binary | 101010 | 10010000 | 10001100 | 1000111 | 0 | 11 | 101100 | 10110010 | 110111 | 100100 |
Color Harmonies of #2A908C
Complementary color
Monochromatic Colors of #2A908C
Black with #2A908C
Text Example
Text Example
White with #2A908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A908C; }
p { color: rgb(42,144,140); }
H1.HeaderClassName
{
color: #2A908C;
}
.AnyTagClassName
{
color: #2A908C;
}
</style>
background-color css
<style>
a { background-color: #2A908C; }
a { background-color: rgb(42,144,140); }
div.DivClassName
{
background-color: #2A908C;
}
.BgClassName
{
background-color: #2A908C;
}
</style>
border-color css
<style>
span { border-color: #2A908C; }
span { border-color: rgb(42,144,140); }
td.TdClassName
{
border-color: #2A908C;
}
.TagClassName
{
border-color: #2A908C;
}
</style>