Shades of Jungle Green #34B283
Tints of Jungle Green #34B283
RGB
CMYK
RGB Variations
Color information
#34B283 (or 0x34B283) is known color: Jungle Green. HEX triplet: 34, B2 and 83. RGB value is (52,178,131). Sum of RGB (Red+Green+Blue) = 52+178+131=361 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.40% from 361); Green value is 178 (69.92% from 255 or 49.31% from 361); Blue value is 131 (51.56% from 255 or 36.29% from 361); Max value from RGB is 178 - color contains mainly: green. Hex color #34B283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34B283 is #CB4D7C. Grayscale: #878787. Windows color (decimal): -13323645 or 8630836. OLE color: 8630836.
HSL color Cylindrical-coordinate representation of color #34B283: hue angle of 157.62º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34B283 is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 52 | 178 | 131 | - |
| CMYK | 0.71 | 0 | 0.26 | 0.30 |
| HSL | 157.62º | 0.55% | 0.45% | - |
| HSV(B) | 157.62º | 0.71% | 0.7% | - |
| XYZ | 21.43 | 34.21 | 26.95 | - |
| YUV | 134.97 | 125.76 | 68.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 178 | 131 | 0.71 | 0 | 0.26 | 0.30 | 157.62 | 0.55 | 0.45 |
| Hex | 34 | B2 | 83 | 47 | 0 | 1A | 1E | 9E | 37 | 2D |
| Octal | 64 | 262 | 203 | 107 | 0 | 32 | 36 | 236 | 67 | 55 |
| Binary | 110100 | 10110010 | 10000011 | 1000111 | 0 | 11010 | 11110 | 10011110 | 110111 | 101101 |
Color Harmonies of #34B283
Complementary color
Monochromatic Colors of #34B283
Black with #34B283
Text Example
Text Example
White with #34B283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B283; }
p { color: rgb(52,178,131); }
H1.HeaderClassName
{
color: #34B283;
}
.AnyTagClassName
{
color: #34B283;
}
</style>
background-color css
<style>
a { background-color: #34B283; }
a { background-color: rgb(52,178,131); }
div.DivClassName
{
background-color: #34B283;
}
.BgClassName
{
background-color: #34B283;
}
</style>
border-color css
<style>
span { border-color: #34B283; }
span { border-color: rgb(52,178,131); }
td.TdClassName
{
border-color: #34B283;
}
.TagClassName
{
border-color: #34B283;
}
</style>