Shades of Java #2C9089
Tints of Java #2C9089
RGB
CMYK
RGB Variations
Color information
#2C9089 (or 0x2C9089) is known color: Java. HEX triplet: 2C, 90 and 89. RGB value is (44,144,137). Sum of RGB (Red+Green+Blue) = 44+144+137=325 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.54% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 144 - color contains mainly: green. Hex color #2C9089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C9089 is #D36F76. Grayscale: #717171. Windows color (decimal): -13856631 or 9015340. OLE color: 9015340.
HSL color Cylindrical-coordinate representation of color #2C9089: hue angle of 175.8º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C9089 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 44 | 144 | 137 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.44 |
| HSL | 175.8º | 0.53% | 0.37% | - |
| HSV(B) | 175.8º | 0.69% | 0.56% | - |
| XYZ | 15.53 | 22.29 | 27.15 | - |
| YUV | 113.3 | 141.37 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 144 | 137 | 0.69 | 0 | 0.05 | 0.44 | 175.8 | 0.53 | 0.37 |
| Hex | 2C | 90 | 89 | 45 | 0 | 5 | 2C | B0 | 35 | 25 |
| Octal | 54 | 220 | 211 | 105 | 0 | 5 | 54 | 260 | 65 | 45 |
| Binary | 101100 | 10010000 | 10001001 | 1000101 | 0 | 101 | 101100 | 10110000 | 110101 | 100101 |
Color Harmonies of #2C9089
Complementary color
Monochromatic Colors of #2C9089
Black with #2C9089
Text Example
Text Example
White with #2C9089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9089; }
p { color: rgb(44,144,137); }
H1.HeaderClassName
{
color: #2C9089;
}
.AnyTagClassName
{
color: #2C9089;
}
</style>
background-color css
<style>
a { background-color: #2C9089; }
a { background-color: rgb(44,144,137); }
div.DivClassName
{
background-color: #2C9089;
}
.BgClassName
{
background-color: #2C9089;
}
</style>
border-color css
<style>
span { border-color: #2C9089; }
span { border-color: rgb(44,144,137); }
td.TdClassName
{
border-color: #2C9089;
}
.TagClassName
{
border-color: #2C9089;
}
</style>