Shades of Jungle Green #2CA586
Tints of Jungle Green #2CA586
RGB
CMYK
RGB Variations
Color information
#2CA586 (or 0x2CA586) is known color: Jungle Green. HEX triplet: 2C, A5 and 86. RGB value is (44,165,134). Sum of RGB (Red+Green+Blue) = 44+165+134=343 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.83% from 343); Green value is 165 (64.84% from 255 or 48.10% from 343); Blue value is 134 (52.73% from 255 or 39.07% from 343); Max value from RGB is 165 - color contains mainly: green. Hex color #2CA586 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA586 is #D35A79. Grayscale: #7D7D7D. Windows color (decimal): -13851258 or 8824108. OLE color: 8824108.
HSL color Cylindrical-coordinate representation of color #2CA586: hue angle of 164.63º 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 #2CA586 is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 44 | 165 | 134 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.35 |
| HSL | 164.63º | 0.58% | 0.41% | - |
| HSV(B) | 164.63º | 0.73% | 0.65% | - |
| XYZ | 18.8 | 29.17 | 27.19 | - |
| YUV | 125.29 | 132.91 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 165 | 134 | 0.73 | 0 | 0.19 | 0.35 | 164.63 | 0.58 | 0.41 |
| Hex | 2C | A5 | 86 | 49 | 0 | 13 | 23 | A5 | 3A | 29 |
| Octal | 54 | 245 | 206 | 111 | 0 | 23 | 43 | 245 | 72 | 51 |
| Binary | 101100 | 10100101 | 10000110 | 1001001 | 0 | 10011 | 100011 | 10100101 | 111010 | 101001 |
Color Harmonies of #2CA586
Complementary color
Monochromatic Colors of #2CA586
Black with #2CA586
Text Example
Text Example
White with #2CA586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA586; }
p { color: rgb(44,165,134); }
H1.HeaderClassName
{
color: #2CA586;
}
.AnyTagClassName
{
color: #2CA586;
}
</style>
background-color css
<style>
a { background-color: #2CA586; }
a { background-color: rgb(44,165,134); }
div.DivClassName
{
background-color: #2CA586;
}
.BgClassName
{
background-color: #2CA586;
}
</style>
border-color css
<style>
span { border-color: #2CA586; }
span { border-color: rgb(44,165,134); }
td.TdClassName
{
border-color: #2CA586;
}
.TagClassName
{
border-color: #2CA586;
}
</style>