Shades of Java #2CA195
Tints of Java #2CA195
RGB
CMYK
RGB Variations
Color information
#2CA195 (or 0x2CA195) is known color: Java. HEX triplet: 2C, A1 and 95. RGB value is (44,161,149). Sum of RGB (Red+Green+Blue) = 44+161+149=354 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.43% from 354); Green value is 161 (63.28% from 255 or 45.48% from 354); Blue value is 149 (58.59% from 255 or 42.09% from 354); Max value from RGB is 161 - color contains mainly: green. Hex color #2CA195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA195 is #D35E6A. Grayscale: #7C7C7C. Windows color (decimal): -13852267 or 9806124. OLE color: 9806124.
HSL color Cylindrical-coordinate representation of color #2CA195: hue angle of 173.85º 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 #2CA195 is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 44 | 161 | 149 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.37 |
| HSL | 173.85º | 0.57% | 0.4% | - |
| HSV(B) | 173.85º | 0.73% | 0.63% | - |
| XYZ | 19.21 | 28.2 | 32.86 | - |
| YUV | 124.65 | 141.74 | 70.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 161 | 149 | 0.73 | 0 | 0.07 | 0.37 | 173.85 | 0.57 | 0.4 |
| Hex | 2C | A1 | 95 | 49 | 0 | 7 | 25 | AE | 39 | 28 |
| Octal | 54 | 241 | 225 | 111 | 0 | 7 | 45 | 256 | 71 | 50 |
| Binary | 101100 | 10100001 | 10010101 | 1001001 | 0 | 111 | 100101 | 10101110 | 111001 | 101000 |
Color Harmonies of #2CA195
Complementary color
Monochromatic Colors of #2CA195
Black with #2CA195
Text Example
Text Example
White with #2CA195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA195; }
p { color: rgb(44,161,149); }
H1.HeaderClassName
{
color: #2CA195;
}
.AnyTagClassName
{
color: #2CA195;
}
</style>
background-color css
<style>
a { background-color: #2CA195; }
a { background-color: rgb(44,161,149); }
div.DivClassName
{
background-color: #2CA195;
}
.BgClassName
{
background-color: #2CA195;
}
</style>
border-color css
<style>
span { border-color: #2CA195; }
span { border-color: rgb(44,161,149); }
td.TdClassName
{
border-color: #2CA195;
}
.TagClassName
{
border-color: #2CA195;
}
</style>