Shades of Jungle Green #3DB48D
Tints of Jungle Green #3DB48D
RGB
CMYK
RGB Variations
Color information
#3DB48D (or 0x3DB48D) is known color: Jungle Green. HEX triplet: 3D, B4 and 8D. RGB value is (61,180,141). Sum of RGB (Red+Green+Blue) = 61+180+141=382 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.97% from 382); Green value is 180 (70.70% from 255 or 47.12% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB48D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB48D is #C24B72. Grayscale: #8C8C8C. Windows color (decimal): -12733299 or 9286717. OLE color: 9286717.
HSL color Cylindrical-coordinate representation of color #3DB48D: hue angle of 160.34º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB48D is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 180 | 141 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.29 |
| HSL | 160.34º | 0.49% | 0.47% | - |
| HSV(B) | 160.34º | 0.66% | 0.71% | - |
| XYZ | 23.05 | 35.56 | 30.85 | - |
| YUV | 139.97 | 128.58 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 180 | 141 | 0.66 | 0 | 0.22 | 0.29 | 160.34 | 0.49 | 0.47 |
| Hex | 3D | B4 | 8D | 42 | 0 | 16 | 1D | A0 | 31 | 2F |
| Octal | 75 | 264 | 215 | 102 | 0 | 26 | 35 | 240 | 61 | 57 |
| Binary | 111101 | 10110100 | 10001101 | 1000010 | 0 | 10110 | 11101 | 10100000 | 110001 | 101111 |
Color Harmonies of #3DB48D
Complementary color
Monochromatic Colors of #3DB48D
Black with #3DB48D
Text Example
Text Example
White with #3DB48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB48D; }
p { color: rgb(61,180,141); }
H1.HeaderClassName
{
color: #3DB48D;
}
.AnyTagClassName
{
color: #3DB48D;
}
</style>
background-color css
<style>
a { background-color: #3DB48D; }
a { background-color: rgb(61,180,141); }
div.DivClassName
{
background-color: #3DB48D;
}
.BgClassName
{
background-color: #3DB48D;
}
</style>
border-color css
<style>
span { border-color: #3DB48D; }
span { border-color: rgb(61,180,141); }
td.TdClassName
{
border-color: #3DB48D;
}
.TagClassName
{
border-color: #3DB48D;
}
</style>