Shades of Jungle Green #2CB583
Tints of Jungle Green #2CB583
RGB
CMYK
RGB Variations
Color information
#2CB583 (or 0x2CB583) is known color: Jungle Green. HEX triplet: 2C, B5 and 83. RGB value is (44,181,131). Sum of RGB (Red+Green+Blue) = 44+181+131=356 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.36% from 356); Green value is 181 (71.09% from 255 or 50.84% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB583 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB583 is #D34A7C. Grayscale: #868686. Windows color (decimal): -13847165 or 8631596. OLE color: 8631596.
HSL color Cylindrical-coordinate representation of color #2CB583: hue angle of 158.1º 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 #2CB583 is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 181 | 131 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.29 |
| HSL | 158.1º | 0.61% | 0.44% | - |
| HSV(B) | 158.1º | 0.76% | 0.71% | - |
| XYZ | 21.66 | 35.22 | 27.13 | - |
| YUV | 134.34 | 126.11 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 181 | 131 | 0.76 | 0 | 0.28 | 0.29 | 158.1 | 0.61 | 0.44 |
| Hex | 2C | B5 | 83 | 4C | 0 | 1C | 1D | 9E | 3D | 2C |
| Octal | 54 | 265 | 203 | 114 | 0 | 34 | 35 | 236 | 75 | 54 |
| Binary | 101100 | 10110101 | 10000011 | 1001100 | 0 | 11100 | 11101 | 10011110 | 111101 | 101100 |
Color Harmonies of #2CB583
Complementary color
Monochromatic Colors of #2CB583
Black with #2CB583
Text Example
Text Example
White with #2CB583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB583; }
p { color: rgb(44,181,131); }
H1.HeaderClassName
{
color: #2CB583;
}
.AnyTagClassName
{
color: #2CB583;
}
</style>
background-color css
<style>
a { background-color: #2CB583; }
a { background-color: rgb(44,181,131); }
div.DivClassName
{
background-color: #2CB583;
}
.BgClassName
{
background-color: #2CB583;
}
</style>
border-color css
<style>
span { border-color: #2CB583; }
span { border-color: rgb(44,181,131); }
td.TdClassName
{
border-color: #2CB583;
}
.TagClassName
{
border-color: #2CB583;
}
</style>