Shades of Jungle Green #3AB48D
Tints of Jungle Green #3AB48D
RGB
CMYK
RGB Variations
Color information
#3AB48D (or 0x3AB48D) is known color: Jungle Green. HEX triplet: 3A, B4 and 8D. RGB value is (58,180,141). Sum of RGB (Red+Green+Blue) = 58+180+141=379 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.30% from 379); Green value is 180 (70.70% from 255 or 47.49% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 180 - color contains mainly: green. Hex color #3AB48D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AB48D is #C54B72. Grayscale: #8B8B8B. Windows color (decimal): -12929907 or 9286714. OLE color: 9286714.
HSL color Cylindrical-coordinate representation of color #3AB48D: hue angle of 160.82º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3AB48D is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 58 | 180 | 141 | - |
| CMYK | 0.68 | 0 | 0.22 | 0.29 |
| HSL | 160.82º | 0.51% | 0.47% | - |
| HSV(B) | 160.82º | 0.68% | 0.71% | - |
| XYZ | 22.87 | 35.47 | 30.84 | - |
| YUV | 139.08 | 129.08 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 180 | 141 | 0.68 | 0 | 0.22 | 0.29 | 160.82 | 0.51 | 0.47 |
| Hex | 3A | B4 | 8D | 44 | 0 | 16 | 1D | A1 | 33 | 2F |
| Octal | 72 | 264 | 215 | 104 | 0 | 26 | 35 | 241 | 63 | 57 |
| Binary | 111010 | 10110100 | 10001101 | 1000100 | 0 | 10110 | 11101 | 10100001 | 110011 | 101111 |
Color Harmonies of #3AB48D
Complementary color
Monochromatic Colors of #3AB48D
Black with #3AB48D
Text Example
Text Example
White with #3AB48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB48D; }
p { color: rgb(58,180,141); }
H1.HeaderClassName
{
color: #3AB48D;
}
.AnyTagClassName
{
color: #3AB48D;
}
</style>
background-color css
<style>
a { background-color: #3AB48D; }
a { background-color: rgb(58,180,141); }
div.DivClassName
{
background-color: #3AB48D;
}
.BgClassName
{
background-color: #3AB48D;
}
</style>
border-color css
<style>
span { border-color: #3AB48D; }
span { border-color: rgb(58,180,141); }
td.TdClassName
{
border-color: #3AB48D;
}
.TagClassName
{
border-color: #3AB48D;
}
</style>