Shades of Java #2C8E89
Tints of Java #2C8E89
RGB
CMYK
RGB Variations
Color information
#2C8E89 (or 0x2C8E89) is known color: Java. HEX triplet: 2C, 8E and 89. RGB value is (44,142,137). Sum of RGB (Red+Green+Blue) = 44+142+137=323 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.62% from 323); Green value is 142 (55.86% from 255 or 43.96% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 142 - color contains mainly: green. Hex color #2C8E89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C8E89 is #D37176. Grayscale: #707070. Windows color (decimal): -13857143 or 9014828. OLE color: 9014828.
HSL color Cylindrical-coordinate representation of color #2C8E89: hue angle of 176.94º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C8E89 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 44 | 142 | 137 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.44 |
| HSL | 176.94º | 0.53% | 0.36% | - |
| HSV(B) | 176.94º | 0.69% | 0.56% | - |
| XYZ | 15.23 | 21.69 | 27.05 | - |
| YUV | 112.13 | 142.03 | 79.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 142 | 137 | 0.69 | 0 | 0.04 | 0.44 | 176.94 | 0.53 | 0.36 |
| Hex | 2C | 8E | 89 | 45 | 0 | 4 | 2C | B1 | 35 | 24 |
| Octal | 54 | 216 | 211 | 105 | 0 | 4 | 54 | 261 | 65 | 44 |
| Binary | 101100 | 10001110 | 10001001 | 1000101 | 0 | 100 | 101100 | 10110001 | 110101 | 100100 |
Color Harmonies of #2C8E89
Complementary color
Monochromatic Colors of #2C8E89
Black with #2C8E89
Text Example
Text Example
White with #2C8E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8E89; }
p { color: rgb(44,142,137); }
H1.HeaderClassName
{
color: #2C8E89;
}
.AnyTagClassName
{
color: #2C8E89;
}
</style>
background-color css
<style>
a { background-color: #2C8E89; }
a { background-color: rgb(44,142,137); }
div.DivClassName
{
background-color: #2C8E89;
}
.BgClassName
{
background-color: #2C8E89;
}
</style>
border-color css
<style>
span { border-color: #2C8E89; }
span { border-color: rgb(44,142,137); }
td.TdClassName
{
border-color: #2C8E89;
}
.TagClassName
{
border-color: #2C8E89;
}
</style>