Shades of Jungle Green #34B081
Tints of Jungle Green #34B081
RGB
CMYK
RGB Variations
Color information
#34B081 (or 0x34B081) is known color: Jungle Green. HEX triplet: 34, B0 and 81. RGB value is (52,176,129). Sum of RGB (Red+Green+Blue) = 52+176+129=357 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.57% from 357); Green value is 176 (69.14% from 255 or 49.30% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 176 - color contains mainly: green. Hex color #34B081 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34B081 is #CB4F7E. Grayscale: #858585. Windows color (decimal): -13324159 or 8499252. OLE color: 8499252.
HSL color Cylindrical-coordinate representation of color #34B081: hue angle of 157.26º 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 #34B081 is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 176 | 129 | - |
| CMYK | 0.70 | 0 | 0.27 | 0.31 |
| HSL | 157.26º | 0.54% | 0.45% | - |
| HSV(B) | 157.26º | 0.7% | 0.69% | - |
| XYZ | 20.9 | 33.37 | 26.11 | - |
| YUV | 133.57 | 125.42 | 69.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 176 | 129 | 0.70 | 0 | 0.27 | 0.31 | 157.26 | 0.54 | 0.45 |
| Hex | 34 | B0 | 81 | 46 | 0 | 1B | 1F | 9D | 36 | 2D |
| Octal | 64 | 260 | 201 | 106 | 0 | 33 | 37 | 235 | 66 | 55 |
| Binary | 110100 | 10110000 | 10000001 | 1000110 | 0 | 11011 | 11111 | 10011101 | 110110 | 101101 |
Color Harmonies of #34B081
Complementary color
Monochromatic Colors of #34B081
Black with #34B081
Text Example
Text Example
White with #34B081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B081; }
p { color: rgb(52,176,129); }
H1.HeaderClassName
{
color: #34B081;
}
.AnyTagClassName
{
color: #34B081;
}
</style>
background-color css
<style>
a { background-color: #34B081; }
a { background-color: rgb(52,176,129); }
div.DivClassName
{
background-color: #34B081;
}
.BgClassName
{
background-color: #34B081;
}
</style>
border-color css
<style>
span { border-color: #34B081; }
span { border-color: rgb(52,176,129); }
td.TdClassName
{
border-color: #34B081;
}
.TagClassName
{
border-color: #34B081;
}
</style>