Shades of Java #2CA093
Tints of Java #2CA093
RGB
CMYK
RGB Variations
Color information
#2CA093 (or 0x2CA093) is known color: Java. HEX triplet: 2C, A0 and 93. RGB value is (44,160,147). Sum of RGB (Red+Green+Blue) = 44+160+147=351 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.54% from 351); Green value is 160 (62.89% from 255 or 45.58% from 351); Blue value is 147 (57.81% from 255 or 41.88% from 351); Max value from RGB is 160 - color contains mainly: green. Hex color #2CA093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA093 is #D35F6C. Grayscale: #7B7B7B. Windows color (decimal): -13852525 or 9674796. OLE color: 9674796.
HSL color Cylindrical-coordinate representation of color #2CA093: hue angle of 173.28º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA093 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 44 | 160 | 147 | - |
| CMYK | 0.72 | 0 | 0.08 | 0.37 |
| HSL | 173.28º | 0.57% | 0.4% | - |
| HSV(B) | 173.28º | 0.73% | 0.63% | - |
| XYZ | 18.88 | 27.78 | 31.97 | - |
| YUV | 123.83 | 141.07 | 71.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 160 | 147 | 0.72 | 0 | 0.08 | 0.37 | 173.28 | 0.57 | 0.4 |
| Hex | 2C | A0 | 93 | 48 | 0 | 8 | 25 | AD | 39 | 28 |
| Octal | 54 | 240 | 223 | 110 | 0 | 10 | 45 | 255 | 71 | 50 |
| Binary | 101100 | 10100000 | 10010011 | 1001000 | 0 | 1000 | 100101 | 10101101 | 111001 | 101000 |
Color Harmonies of #2CA093
Complementary color
Monochromatic Colors of #2CA093
Black with #2CA093
Text Example
Text Example
White with #2CA093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA093; }
p { color: rgb(44,160,147); }
H1.HeaderClassName
{
color: #2CA093;
}
.AnyTagClassName
{
color: #2CA093;
}
</style>
background-color css
<style>
a { background-color: #2CA093; }
a { background-color: rgb(44,160,147); }
div.DivClassName
{
background-color: #2CA093;
}
.BgClassName
{
background-color: #2CA093;
}
</style>
border-color css
<style>
span { border-color: #2CA093; }
span { border-color: rgb(44,160,147); }
td.TdClassName
{
border-color: #2CA093;
}
.TagClassName
{
border-color: #2CA093;
}
</style>