Html Css Color HEX #34BA8D Jungle Green

📋 copy color: '#34BA8D'

red 52 ◦ green 186 ◦ blue 141

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

Shades of Jungle Green #34BA8D

Tints of Jungle Green #34BA8D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.08%

 BLUE value IS 141 (55.47% from 255) = 37.2%

R = 13.72%
G = 49.08%
B = 37.2%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#34BA8D (or 0x34BA8D) is known color: Jungle Green. HEX triplet: 34, BA and 8D. RGB value is (52,186,141). Sum of RGB (Red+Green+Blue) = 52+186+141=379 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.72% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BA8D is #CB4572. Grayscale: #8C8C8C. Windows color (decimal): -13321587 or 9288244. OLE color: 9288244.

HSL color Cylindrical-coordinate representation of color #34BA8D: hue angle of 159.85º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BA8D is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 186 141 -
CMYK 0.72 0 0.24 0.27
HSL 159.85º 0.56% 0.47% -
HSV(B) 159.85º 0.72% 0.73% -
XYZ 23.78 37.77 31.24 -
YUV 140.8 128.11 64.66 -
System Red Green Blue C M Y K H S L
Decimal 52 186 141 0.72 0 0.24 0.27 159.85 0.56 0.47
Hex 34 BA 8D 48 0 18 1B A0 38 2F
Octal 64 272 215 110 0 30 33 240 70 57
Binary 110100 10111010 10001101 1001000 0 11000 11011 10100000 111000 101111

Color Harmonies of #34BA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BA8D

Black with #34BA8D

Text Example


Text Example

White with #34BA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,186,141); }

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

background-color css

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

 a { background-color: rgb(52,186,141); }

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

border-color css

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

 span { border-color: rgb(52,186,141); }

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