Shades of Jungle Green #3CB284
Tints of Jungle Green #3CB284
RGB
CMYK
RGB Variations
Color information
#3CB284 (or 0x3CB284) is known color: Jungle Green. HEX triplet: 3C, B2 and 84. RGB value is (60,178,132). Sum of RGB (Red+Green+Blue) = 60+178+132=370 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.22% from 370); Green value is 178 (69.92% from 255 or 48.11% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB284 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CB284 is #C34D7B. Grayscale: #898989. Windows color (decimal): -12799356 or 8696380. OLE color: 8696380.
HSL color Cylindrical-coordinate representation of color #3CB284: hue angle of 156.61º 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 #3CB284 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 178 | 132 | - |
| CMYK | 0.66 | 0 | 0.26 | 0.30 |
| HSL | 156.61º | 0.5% | 0.47% | - |
| HSV(B) | 156.61º | 0.66% | 0.7% | - |
| XYZ | 21.95 | 34.47 | 27.33 | - |
| YUV | 137.47 | 124.91 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 178 | 132 | 0.66 | 0 | 0.26 | 0.30 | 156.61 | 0.5 | 0.47 |
| Hex | 3C | B2 | 84 | 42 | 0 | 1A | 1E | 9D | 32 | 2F |
| Octal | 74 | 262 | 204 | 102 | 0 | 32 | 36 | 235 | 62 | 57 |
| Binary | 111100 | 10110010 | 10000100 | 1000010 | 0 | 11010 | 11110 | 10011101 | 110010 | 101111 |
Color Harmonies of #3CB284
Complementary color
Monochromatic Colors of #3CB284
Black with #3CB284
Text Example
Text Example
White with #3CB284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB284; }
p { color: rgb(60,178,132); }
H1.HeaderClassName
{
color: #3CB284;
}
.AnyTagClassName
{
color: #3CB284;
}
</style>
background-color css
<style>
a { background-color: #3CB284; }
a { background-color: rgb(60,178,132); }
div.DivClassName
{
background-color: #3CB284;
}
.BgClassName
{
background-color: #3CB284;
}
</style>
border-color css
<style>
span { border-color: #3CB284; }
span { border-color: rgb(60,178,132); }
td.TdClassName
{
border-color: #3CB284;
}
.TagClassName
{
border-color: #3CB284;
}
</style>