Shades of Java #2C9491
Tints of Java #2C9491
RGB
CMYK
RGB Variations
Color information
#2C9491 (or 0x2C9491) is known color: Java. HEX triplet: 2C, 94 and 91. RGB value is (44,148,145). Sum of RGB (Red+Green+Blue) = 44+148+145=337 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.06% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 148 - color contains mainly: green. Hex color #2C9491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C9491 is #D36B6E. Grayscale: #747474. Windows color (decimal): -13855599 or 9540652. OLE color: 9540652.
HSL color Cylindrical-coordinate representation of color #2C9491: hue angle of 178.27º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C9491 is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 148 | 145 | - |
| CMYK | 0.70 | 0 | 0.02 | 0.42 |
| HSL | 178.27º | 0.54% | 0.38% | - |
| HSV(B) | 178.27º | 0.7% | 0.58% | - |
| XYZ | 16.74 | 23.76 | 30.49 | - |
| YUV | 116.56 | 144.04 | 76.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 148 | 145 | 0.70 | 0 | 0.02 | 0.42 | 178.27 | 0.54 | 0.38 |
| Hex | 2C | 94 | 91 | 46 | 0 | 2 | 2A | B2 | 36 | 26 |
| Octal | 54 | 224 | 221 | 106 | 0 | 2 | 52 | 262 | 66 | 46 |
| Binary | 101100 | 10010100 | 10010001 | 1000110 | 0 | 10 | 101010 | 10110010 | 110110 | 100110 |
Color Harmonies of #2C9491
Complementary color
Monochromatic Colors of #2C9491
Black with #2C9491
Text Example
Text Example
White with #2C9491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9491; }
p { color: rgb(44,148,145); }
H1.HeaderClassName
{
color: #2C9491;
}
.AnyTagClassName
{
color: #2C9491;
}
</style>
background-color css
<style>
a { background-color: #2C9491; }
a { background-color: rgb(44,148,145); }
div.DivClassName
{
background-color: #2C9491;
}
.BgClassName
{
background-color: #2C9491;
}
</style>
border-color css
<style>
span { border-color: #2C9491; }
span { border-color: rgb(44,148,145); }
td.TdClassName
{
border-color: #2C9491;
}
.TagClassName
{
border-color: #2C9491;
}
</style>