Shades of Jungle Green #3DB48F
Tints of Jungle Green #3DB48F
RGB
CMYK
RGB Variations
Color information
#3DB48F (or 0x3DB48F) is known color: Jungle Green. HEX triplet: 3D, B4 and 8F. RGB value is (61,180,143). Sum of RGB (Red+Green+Blue) = 61+180+143=384 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.89% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 143 (56.25% from 255 or 37.24% from 384); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB48F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB48F is #C24B70. Grayscale: #8C8C8C. Windows color (decimal): -12733297 or 9417789. OLE color: 9417789.
HSL color Cylindrical-coordinate representation of color #3DB48F: hue angle of 161.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 #3DB48F is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 180 | 143 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.29 |
| HSL | 161.34º | 0.49% | 0.47% | - |
| HSV(B) | 161.34º | 0.66% | 0.71% | - |
| XYZ | 23.2 | 35.62 | 31.64 | - |
| YUV | 140.2 | 129.58 | 71.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 180 | 143 | 0.66 | 0 | 0.21 | 0.29 | 161.34 | 0.49 | 0.47 |
| Hex | 3D | B4 | 8F | 42 | 0 | 15 | 1D | A1 | 31 | 2F |
| Octal | 75 | 264 | 217 | 102 | 0 | 25 | 35 | 241 | 61 | 57 |
| Binary | 111101 | 10110100 | 10001111 | 1000010 | 0 | 10101 | 11101 | 10100001 | 110001 | 101111 |
Color Harmonies of #3DB48F
Complementary color
Monochromatic Colors of #3DB48F
Black with #3DB48F
Text Example
Text Example
White with #3DB48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB48F; }
p { color: rgb(61,180,143); }
H1.HeaderClassName
{
color: #3DB48F;
}
.AnyTagClassName
{
color: #3DB48F;
}
</style>
background-color css
<style>
a { background-color: #3DB48F; }
a { background-color: rgb(61,180,143); }
div.DivClassName
{
background-color: #3DB48F;
}
.BgClassName
{
background-color: #3DB48F;
}
</style>
border-color css
<style>
span { border-color: #3DB48F; }
span { border-color: rgb(61,180,143); }
td.TdClassName
{
border-color: #3DB48F;
}
.TagClassName
{
border-color: #3DB48F;
}
</style>