Shades of Jungle Green #2CB57D
Tints of Jungle Green #2CB57D
RGB
CMYK
RGB Variations
Color information
#2CB57D (or 0x2CB57D) is known color: Jungle Green. HEX triplet: 2C, B5 and 7D. RGB value is (44,181,125). Sum of RGB (Red+Green+Blue) = 44+181+125=350 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.57% from 350); Green value is 181 (71.09% from 255 or 51.71% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB57D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB57D is #D34A82. Grayscale: #858585. Windows color (decimal): -13847171 or 8238380. OLE color: 8238380.
HSL color Cylindrical-coordinate representation of color #2CB57D: hue angle of 155.47º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB57D is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 181 | 125 | - |
| CMYK | 0.76 | 0 | 0.31 | 0.29 |
| HSL | 155.47º | 0.61% | 0.44% | - |
| HSV(B) | 155.47º | 0.76% | 0.71% | - |
| XYZ | 21.26 | 35.06 | 25.05 | - |
| YUV | 133.65 | 123.11 | 64.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 181 | 125 | 0.76 | 0 | 0.31 | 0.29 | 155.47 | 0.61 | 0.44 |
| Hex | 2C | B5 | 7D | 4C | 0 | 1F | 1D | 9B | 3D | 2C |
| Octal | 54 | 265 | 175 | 114 | 0 | 37 | 35 | 233 | 75 | 54 |
| Binary | 101100 | 10110101 | 1111101 | 1001100 | 0 | 11111 | 11101 | 10011011 | 111101 | 101100 |
Color Harmonies of #2CB57D
Complementary color
Monochromatic Colors of #2CB57D
Black with #2CB57D
Text Example
Text Example
White with #2CB57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB57D; }
p { color: rgb(44,181,125); }
H1.HeaderClassName
{
color: #2CB57D;
}
.AnyTagClassName
{
color: #2CB57D;
}
</style>
background-color css
<style>
a { background-color: #2CB57D; }
a { background-color: rgb(44,181,125); }
div.DivClassName
{
background-color: #2CB57D;
}
.BgClassName
{
background-color: #2CB57D;
}
</style>
border-color css
<style>
span { border-color: #2CB57D; }
span { border-color: rgb(44,181,125); }
td.TdClassName
{
border-color: #2CB57D;
}
.TagClassName
{
border-color: #2CB57D;
}
</style>