Shades of Java #2C9891
Tints of Java #2C9891
RGB
CMYK
RGB Variations
Color information
#2C9891 (or 0x2C9891) is known color: Java. HEX triplet: 2C, 98 and 91. RGB value is (44,152,145). Sum of RGB (Red+Green+Blue) = 44+152+145=341 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.90% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 152 - color contains mainly: green. Hex color #2C9891 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C9891 is #D3676E. Grayscale: #767676. Windows color (decimal): -13854575 or 9541676. OLE color: 9541676.
HSL color Cylindrical-coordinate representation of color #2C9891: hue angle of 176.11º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C9891 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 44 | 152 | 145 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.40 |
| HSL | 176.11º | 0.55% | 0.38% | - |
| HSV(B) | 176.11º | 0.71% | 0.6% | - |
| XYZ | 17.38 | 25.04 | 30.7 | - |
| YUV | 118.91 | 142.72 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 152 | 145 | 0.71 | 0 | 0.05 | 0.40 | 176.11 | 0.55 | 0.38 |
| Hex | 2C | 98 | 91 | 47 | 0 | 5 | 28 | B0 | 37 | 26 |
| Octal | 54 | 230 | 221 | 107 | 0 | 5 | 50 | 260 | 67 | 46 |
| Binary | 101100 | 10011000 | 10010001 | 1000111 | 0 | 101 | 101000 | 10110000 | 110111 | 100110 |
Color Harmonies of #2C9891
Complementary color
Monochromatic Colors of #2C9891
Black with #2C9891
Text Example
Text Example
White with #2C9891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9891; }
p { color: rgb(44,152,145); }
H1.HeaderClassName
{
color: #2C9891;
}
.AnyTagClassName
{
color: #2C9891;
}
</style>
background-color css
<style>
a { background-color: #2C9891; }
a { background-color: rgb(44,152,145); }
div.DivClassName
{
background-color: #2C9891;
}
.BgClassName
{
background-color: #2C9891;
}
</style>
border-color css
<style>
span { border-color: #2C9891; }
span { border-color: rgb(44,152,145); }
td.TdClassName
{
border-color: #2C9891;
}
.TagClassName
{
border-color: #2C9891;
}
</style>