Shades of Jungle Green #3AB98B
Tints of Jungle Green #3AB98B
RGB
CMYK
RGB Variations
Color information
#3AB98B (or 0x3AB98B) is known color: Jungle Green. HEX triplet: 3A, B9 and 8B. RGB value is (58,185,139). Sum of RGB (Red+Green+Blue) = 58+185+139=382 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.18% from 382); Green value is 185 (72.66% from 255 or 48.43% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 185 - color contains mainly: green. Hex color #3AB98B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AB98B is #C54674. Grayscale: #8D8D8D. Windows color (decimal): -12928629 or 9156922. OLE color: 9156922.
HSL color Cylindrical-coordinate representation of color #3AB98B: hue angle of 158.27º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3AB98B is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 185 | 139 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.27 |
| HSL | 158.27º | 0.52% | 0.48% | - |
| HSV(B) | 158.27º | 0.69% | 0.73% | - |
| XYZ | 23.75 | 37.46 | 30.4 | - |
| YUV | 141.78 | 126.42 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 185 | 139 | 0.69 | 0 | 0.25 | 0.27 | 158.27 | 0.52 | 0.48 |
| Hex | 3A | B9 | 8B | 45 | 0 | 19 | 1B | 9E | 34 | 30 |
| Octal | 72 | 271 | 213 | 105 | 0 | 31 | 33 | 236 | 64 | 60 |
| Binary | 111010 | 10111001 | 10001011 | 1000101 | 0 | 11001 | 11011 | 10011110 | 110100 | 110000 |
Color Harmonies of #3AB98B
Complementary color
Monochromatic Colors of #3AB98B
Black with #3AB98B
Text Example
Text Example
White with #3AB98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB98B; }
p { color: rgb(58,185,139); }
H1.HeaderClassName
{
color: #3AB98B;
}
.AnyTagClassName
{
color: #3AB98B;
}
</style>
background-color css
<style>
a { background-color: #3AB98B; }
a { background-color: rgb(58,185,139); }
div.DivClassName
{
background-color: #3AB98B;
}
.BgClassName
{
background-color: #3AB98B;
}
</style>
border-color css
<style>
span { border-color: #3AB98B; }
span { border-color: rgb(58,185,139); }
td.TdClassName
{
border-color: #3AB98B;
}
.TagClassName
{
border-color: #3AB98B;
}
</style>