Shades of Java #2CA599
Tints of Java #2CA599
RGB
CMYK
RGB Variations
Color information
#2CA599 (or 0x2CA599) is known color: Java. HEX triplet: 2C, A5 and 99. RGB value is (44,165,153). Sum of RGB (Red+Green+Blue) = 44+165+153=362 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.15% from 362); Green value is 165 (64.84% from 255 or 45.58% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 165 - color contains mainly: green. Hex color #2CA599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA599 is #D35A66. Grayscale: #7F7F7F. Windows color (decimal): -13851239 or 10069292. OLE color: 10069292.
HSL color Cylindrical-coordinate representation of color #2CA599: hue angle of 174.05º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA599 is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 44 | 165 | 153 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.35 |
| HSL | 174.05º | 0.58% | 0.41% | - |
| HSV(B) | 174.05º | 0.73% | 0.65% | - |
| XYZ | 20.24 | 29.75 | 34.81 | - |
| YUV | 127.45 | 142.41 | 68.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 165 | 153 | 0.73 | 0 | 0.07 | 0.35 | 174.05 | 0.58 | 0.41 |
| Hex | 2C | A5 | 99 | 49 | 0 | 7 | 23 | AE | 3A | 29 |
| Octal | 54 | 245 | 231 | 111 | 0 | 7 | 43 | 256 | 72 | 51 |
| Binary | 101100 | 10100101 | 10011001 | 1001001 | 0 | 111 | 100011 | 10101110 | 111010 | 101001 |
Color Harmonies of #2CA599
Complementary color
Monochromatic Colors of #2CA599
Black with #2CA599
Text Example
Text Example
White with #2CA599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA599; }
p { color: rgb(44,165,153); }
H1.HeaderClassName
{
color: #2CA599;
}
.AnyTagClassName
{
color: #2CA599;
}
</style>
background-color css
<style>
a { background-color: #2CA599; }
a { background-color: rgb(44,165,153); }
div.DivClassName
{
background-color: #2CA599;
}
.BgClassName
{
background-color: #2CA599;
}
</style>
border-color css
<style>
span { border-color: #2CA599; }
span { border-color: rgb(44,165,153); }
td.TdClassName
{
border-color: #2CA599;
}
.TagClassName
{
border-color: #2CA599;
}
</style>