Shades of Jungle Green #34AF81
Tints of Jungle Green #34AF81
RGB
CMYK
RGB Variations
Color information
#34AF81 (or 0x34AF81) is known color: Jungle Green. HEX triplet: 34, AF and 81. RGB value is (52,175,129). Sum of RGB (Red+Green+Blue) = 52+175+129=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 175 - color contains mainly: green. Hex color #34AF81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AF81 is #CB507E. Grayscale: #858585. Windows color (decimal): -13324415 or 8498996. OLE color: 8498996.
HSL color Cylindrical-coordinate representation of color #34AF81: hue angle of 157.56º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34AF81 is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 175 | 129 | - |
| CMYK | 0.70 | 0 | 0.26 | 0.31 |
| HSL | 157.56º | 0.54% | 0.45% | - |
| HSV(B) | 157.56º | 0.7% | 0.69% | - |
| XYZ | 20.71 | 32.97 | 26.04 | - |
| YUV | 132.98 | 125.75 | 70.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 175 | 129 | 0.70 | 0 | 0.26 | 0.31 | 157.56 | 0.54 | 0.45 |
| Hex | 34 | AF | 81 | 46 | 0 | 1A | 1F | 9E | 36 | 2D |
| Octal | 64 | 257 | 201 | 106 | 0 | 32 | 37 | 236 | 66 | 55 |
| Binary | 110100 | 10101111 | 10000001 | 1000110 | 0 | 11010 | 11111 | 10011110 | 110110 | 101101 |
Color Harmonies of #34AF81
Complementary color
Monochromatic Colors of #34AF81
Black with #34AF81
Text Example
Text Example
White with #34AF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AF81; }
p { color: rgb(52,175,129); }
H1.HeaderClassName
{
color: #34AF81;
}
.AnyTagClassName
{
color: #34AF81;
}
</style>
background-color css
<style>
a { background-color: #34AF81; }
a { background-color: rgb(52,175,129); }
div.DivClassName
{
background-color: #34AF81;
}
.BgClassName
{
background-color: #34AF81;
}
</style>
border-color css
<style>
span { border-color: #34AF81; }
span { border-color: rgb(52,175,129); }
td.TdClassName
{
border-color: #34AF81;
}
.TagClassName
{
border-color: #34AF81;
}
</style>