Shades of Jungle Green #2CB17D
Tints of Jungle Green #2CB17D
RGB
CMYK
RGB Variations
Color information
#2CB17D (or 0x2CB17D) is known color: Jungle Green. HEX triplet: 2C, B1 and 7D. RGB value is (44,177,125). Sum of RGB (Red+Green+Blue) = 44+177+125=346 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.72% from 346); Green value is 177 (69.53% from 255 or 51.16% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 177 - color contains mainly: green. Hex color #2CB17D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CB17D is #D34E82. Grayscale: #838383. Windows color (decimal): -13848195 or 8237356. OLE color: 8237356.
HSL color Cylindrical-coordinate representation of color #2CB17D: hue angle of 156.54º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB17D is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 44 | 177 | 125 | - |
| CMYK | 0.75 | 0 | 0.29 | 0.31 |
| HSL | 156.54º | 0.6% | 0.43% | - |
| HSV(B) | 156.54º | 0.75% | 0.69% | - |
| XYZ | 20.46 | 33.46 | 24.78 | - |
| YUV | 131.31 | 124.44 | 65.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 177 | 125 | 0.75 | 0 | 0.29 | 0.31 | 156.54 | 0.6 | 0.43 |
| Hex | 2C | B1 | 7D | 4B | 0 | 1D | 1F | 9D | 3C | 2B |
| Octal | 54 | 261 | 175 | 113 | 0 | 35 | 37 | 235 | 74 | 53 |
| Binary | 101100 | 10110001 | 1111101 | 1001011 | 0 | 11101 | 11111 | 10011101 | 111100 | 101011 |
Color Harmonies of #2CB17D
Complementary color
Monochromatic Colors of #2CB17D
Black with #2CB17D
Text Example
Text Example
White with #2CB17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB17D; }
p { color: rgb(44,177,125); }
H1.HeaderClassName
{
color: #2CB17D;
}
.AnyTagClassName
{
color: #2CB17D;
}
</style>
background-color css
<style>
a { background-color: #2CB17D; }
a { background-color: rgb(44,177,125); }
div.DivClassName
{
background-color: #2CB17D;
}
.BgClassName
{
background-color: #2CB17D;
}
</style>
border-color css
<style>
span { border-color: #2CB17D; }
span { border-color: rgb(44,177,125); }
td.TdClassName
{
border-color: #2CB17D;
}
.TagClassName
{
border-color: #2CB17D;
}
</style>