Shades of Jungle Green #3CB289
Tints of Jungle Green #3CB289
RGB
CMYK
RGB Variations
Color information
#3CB289 (or 0x3CB289) is known color: Jungle Green. HEX triplet: 3C, B2 and 89. RGB value is (60,178,137). Sum of RGB (Red+Green+Blue) = 60+178+137=375 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16% from 375); Green value is 178 (69.92% from 255 or 47.47% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CB289 is #C34D76. Grayscale: #8A8A8A. Windows color (decimal): -12799351 or 9024060. OLE color: 9024060.
HSL color Cylindrical-coordinate representation of color #3CB289: hue angle of 159.15º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB289 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 178 | 137 | - |
| CMYK | 0.66 | 0 | 0.23 | 0.30 |
| HSL | 159.15º | 0.5% | 0.47% | - |
| HSV(B) | 159.15º | 0.66% | 0.7% | - |
| XYZ | 22.3 | 34.61 | 29.17 | - |
| YUV | 138.04 | 127.41 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 178 | 137 | 0.66 | 0 | 0.23 | 0.30 | 159.15 | 0.5 | 0.47 |
| Hex | 3C | B2 | 89 | 42 | 0 | 17 | 1E | 9F | 32 | 2F |
| Octal | 74 | 262 | 211 | 102 | 0 | 27 | 36 | 237 | 62 | 57 |
| Binary | 111100 | 10110010 | 10001001 | 1000010 | 0 | 10111 | 11110 | 10011111 | 110010 | 101111 |
Color Harmonies of #3CB289
Complementary color
Monochromatic Colors of #3CB289
Black with #3CB289
Text Example
Text Example
White with #3CB289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB289; }
p { color: rgb(60,178,137); }
H1.HeaderClassName
{
color: #3CB289;
}
.AnyTagClassName
{
color: #3CB289;
}
</style>
background-color css
<style>
a { background-color: #3CB289; }
a { background-color: rgb(60,178,137); }
div.DivClassName
{
background-color: #3CB289;
}
.BgClassName
{
background-color: #3CB289;
}
</style>
border-color css
<style>
span { border-color: #3CB289; }
span { border-color: rgb(60,178,137); }
td.TdClassName
{
border-color: #3CB289;
}
.TagClassName
{
border-color: #3CB289;
}
</style>