Shades of Jungle Green #3CB288
Tints of Jungle Green #3CB288
RGB
CMYK
RGB Variations
Color information
#3CB288 (or 0x3CB288) is known color: Jungle Green. HEX triplet: 3C, B2 and 88. RGB value is (60,178,136). Sum of RGB (Red+Green+Blue) = 60+178+136=374 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.04% from 374); Green value is 178 (69.92% from 255 or 47.59% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CB288 is #C34D77. Grayscale: #898989. Windows color (decimal): -12799352 or 8958524. OLE color: 8958524.
HSL color Cylindrical-coordinate representation of color #3CB288: hue angle of 158.64º 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 #3CB288 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 178 | 136 | - |
| CMYK | 0.66 | 0 | 0.24 | 0.30 |
| HSL | 158.64º | 0.5% | 0.47% | - |
| HSV(B) | 158.64º | 0.66% | 0.7% | - |
| XYZ | 22.23 | 34.58 | 28.8 | - |
| YUV | 137.93 | 126.91 | 72.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 178 | 136 | 0.66 | 0 | 0.24 | 0.30 | 158.64 | 0.5 | 0.47 |
| Hex | 3C | B2 | 88 | 42 | 0 | 18 | 1E | 9F | 32 | 2F |
| Octal | 74 | 262 | 210 | 102 | 0 | 30 | 36 | 237 | 62 | 57 |
| Binary | 111100 | 10110010 | 10001000 | 1000010 | 0 | 11000 | 11110 | 10011111 | 110010 | 101111 |
Color Harmonies of #3CB288
Complementary color
Monochromatic Colors of #3CB288
Black with #3CB288
Text Example
Text Example
White with #3CB288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB288; }
p { color: rgb(60,178,136); }
H1.HeaderClassName
{
color: #3CB288;
}
.AnyTagClassName
{
color: #3CB288;
}
</style>
background-color css
<style>
a { background-color: #3CB288; }
a { background-color: rgb(60,178,136); }
div.DivClassName
{
background-color: #3CB288;
}
.BgClassName
{
background-color: #3CB288;
}
</style>
border-color css
<style>
span { border-color: #3CB288; }
span { border-color: rgb(60,178,136); }
td.TdClassName
{
border-color: #3CB288;
}
.TagClassName
{
border-color: #3CB288;
}
</style>