Html Css Color HEX #34B881 Jungle Green

📋 copy color: '#34B881'

red 52 ◦ green 184 ◦ blue 129

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

Shades of Jungle Green #34B881

Tints of Jungle Green #34B881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.34%

R = 14.25%
G = 50.41%
B = 35.34%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#34B881 (or 0x34B881) is known color: Jungle Green. HEX triplet: 34, B8 and 81. RGB value is (52,184,129). Sum of RGB (Red+Green+Blue) = 52+184+129=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 184 (72.27% from 255 or 50.41% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 184 - color contains mainly: green. Hex color #34B881 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34B881 is #CB477E. Grayscale: #8A8A8A. Windows color (decimal): -13322111 or 8501300. OLE color: 8501300.

HSL color Cylindrical-coordinate representation of color #34B881: hue angle of 155º 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 #34B881 is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 52 184 129 -
CMYK 0.72 0 0.30 0.28
HSL 155º 0.56% 0.46% -
HSV(B) 155º 0.72% 0.72% -
XYZ 22.52 36.6 26.65 -
YUV 138.26 122.77 66.47 -
System Red Green Blue C M Y K H S L
Decimal 52 184 129 0.72 0 0.30 0.28 155 0.56 0.46
Hex 34 B8 81 48 0 1E 1C 9B 38 2E
Octal 64 270 201 110 0 36 34 233 70 56
Binary 110100 10111000 10000001 1001000 0 11110 11100 10011011 111000 101110

Color Harmonies of #34B881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B881

Black with #34B881

Text Example


Text Example

White with #34B881

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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