Shades of Jungle Green #3CB38C
Tints of Jungle Green #3CB38C
RGB
CMYK
RGB Variations
Color information
#3CB38C (or 0x3CB38C) is known color: Jungle Green. HEX triplet: 3C, B3 and 8C. RGB value is (60,179,140). Sum of RGB (Red+Green+Blue) = 60+179+140=379 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.83% from 379); Green value is 179 (70.31% from 255 or 47.23% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 179 - color contains mainly: green. Hex color #3CB38C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB38C is #C34C73. Grayscale: #8B8B8B. Windows color (decimal): -12799092 or 9220924. OLE color: 9220924.
HSL color Cylindrical-coordinate representation of color #3CB38C: hue angle of 160.34º 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 #3CB38C is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 179 | 140 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.30 |
| HSL | 160.34º | 0.5% | 0.47% | - |
| HSV(B) | 160.34º | 0.66% | 0.7% | - |
| XYZ | 22.72 | 35.09 | 30.39 | - |
| YUV | 138.97 | 128.58 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 179 | 140 | 0.66 | 0 | 0.22 | 0.30 | 160.34 | 0.5 | 0.47 |
| Hex | 3C | B3 | 8C | 42 | 0 | 16 | 1E | A0 | 32 | 2F |
| Octal | 74 | 263 | 214 | 102 | 0 | 26 | 36 | 240 | 62 | 57 |
| Binary | 111100 | 10110011 | 10001100 | 1000010 | 0 | 10110 | 11110 | 10100000 | 110010 | 101111 |
Color Harmonies of #3CB38C
Complementary color
Monochromatic Colors of #3CB38C
Black with #3CB38C
Text Example
Text Example
White with #3CB38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB38C; }
p { color: rgb(60,179,140); }
H1.HeaderClassName
{
color: #3CB38C;
}
.AnyTagClassName
{
color: #3CB38C;
}
</style>
background-color css
<style>
a { background-color: #3CB38C; }
a { background-color: rgb(60,179,140); }
div.DivClassName
{
background-color: #3CB38C;
}
.BgClassName
{
background-color: #3CB38C;
}
</style>
border-color css
<style>
span { border-color: #3CB38C; }
span { border-color: rgb(60,179,140); }
td.TdClassName
{
border-color: #3CB38C;
}
.TagClassName
{
border-color: #3CB38C;
}
</style>