Shades of Jungle Green #34B98E
Tints of Jungle Green #34B98E
RGB
CMYK
RGB Variations
Color information
#34B98E (or 0x34B98E) is known color: Jungle Green. HEX triplet: 34, B9 and 8E. RGB value is (52,185,142). Sum of RGB (Red+Green+Blue) = 52+185+142=379 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.72% from 379); Green value is 185 (72.66% from 255 or 48.81% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 185 - color contains mainly: green. Hex color #34B98E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34B98E is #CB4671. Grayscale: #8C8C8C. Windows color (decimal): -13321842 or 9353524. OLE color: 9353524.
HSL color Cylindrical-coordinate representation of color #34B98E: hue angle of 160.6º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34B98E is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 185 | 142 | - |
| CMYK | 0.72 | 0 | 0.23 | 0.27 |
| HSL | 160.6º | 0.56% | 0.46% | - |
| HSV(B) | 160.6º | 0.72% | 0.73% | - |
| XYZ | 23.65 | 37.38 | 31.56 | - |
| YUV | 140.33 | 128.94 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 185 | 142 | 0.72 | 0 | 0.23 | 0.27 | 160.6 | 0.56 | 0.46 |
| Hex | 34 | B9 | 8E | 48 | 0 | 17 | 1B | A1 | 38 | 2E |
| Octal | 64 | 271 | 216 | 110 | 0 | 27 | 33 | 241 | 70 | 56 |
| Binary | 110100 | 10111001 | 10001110 | 1001000 | 0 | 10111 | 11011 | 10100001 | 111000 | 101110 |
Color Harmonies of #34B98E
Complementary color
Monochromatic Colors of #34B98E
Black with #34B98E
Text Example
Text Example
White with #34B98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B98E; }
p { color: rgb(52,185,142); }
H1.HeaderClassName
{
color: #34B98E;
}
.AnyTagClassName
{
color: #34B98E;
}
</style>
background-color css
<style>
a { background-color: #34B98E; }
a { background-color: rgb(52,185,142); }
div.DivClassName
{
background-color: #34B98E;
}
.BgClassName
{
background-color: #34B98E;
}
</style>
border-color css
<style>
span { border-color: #34B98E; }
span { border-color: rgb(52,185,142); }
td.TdClassName
{
border-color: #34B98E;
}
.TagClassName
{
border-color: #34B98E;
}
</style>