Html Css Color HEX #34B882 Jungle Green

📋 copy color: '#34B882'

red 52 ◦ green 184 ◦ blue 130

#34B882
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #34B882

Tints of Jungle Green #34B882

RGB

 RED value IS 52 (20.7% from 255) = 14.21%

 GREEN value IS 184 (72.27% from 255) = 50.27%

 BLUE value IS 130 (51.17% from 255) = 35.52%

R = 14.21%
G = 50.27%
B = 35.52%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.29

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#34B882 (or 0x34B882) is known color: Jungle Green. HEX triplet: 34, B8 and 82. RGB value is (52,184,130). Sum of RGB (Red+Green+Blue) = 52+184+130=366 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.21% from 366); Green value is 184 (72.27% from 255 or 50.27% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 184 - color contains mainly: green. Hex color #34B882 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34B882 is #CB477D. Grayscale: #8A8A8A. Windows color (decimal): -13322110 or 8566836. OLE color: 8566836.

HSL color Cylindrical-coordinate representation of color #34B882: hue angle of 155.45º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34B882 is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB 52 184 130 -
CMYK 0.72 0 0.29 0.28
HSL 155.45º 0.56% 0.46% -
HSV(B) 155.45º 0.72% 0.72% -
XYZ 22.59 36.62 27 -
YUV 138.38 123.27 66.39 -
System Red Green Blue C M Y K H S L
Decimal 52 184 130 0.72 0 0.29 0.28 155.45 0.56 0.46
Hex 34 B8 82 48 0 1D 1C 9B 38 2E
Octal 64 270 202 110 0 35 34 233 70 56
Binary 110100 10111000 10000010 1001000 0 11101 11100 10011011 111000 101110

Color Harmonies of #34B882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B882

Black with #34B882

Text Example


Text Example

White with #34B882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34B882; }

 p { color: rgb(52,184,130); }

 H1.HeaderClassName
 {
   color: #34B882;
 }
 .AnyTagClassName
 {
   color: #34B882;
 }
</style>

background-color css

<style>
 a { background-color: #34B882; }

 a { background-color: rgb(52,184,130); }

 div.DivClassName
 {
   background-color: #34B882;
 }
 .BgClassName
 {
   background-color: #34B882;
 }
</style>

border-color css

<style>
 span { border-color: #34B882; }

 span { border-color: rgb(52,184,130); }

 td.TdClassName
 {
   border-color: #34B882;
 }
 .TagClassName
 {
   border-color: #34B882;
 }
</style>