Html Css Color HEX #34B281 Jungle Green

📋 copy color: '#34B281'

red 52 ◦ green 178 ◦ blue 129

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

Shades of Jungle Green #34B281

Tints of Jungle Green #34B281

RGB

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

 GREEN value IS 178 (69.92% from 255) = 49.58%

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

R = 14.48%
G = 49.58%
B = 35.93%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#34B281 (or 0x34B281) is known color: Jungle Green. HEX triplet: 34, B2 and 81. RGB value is (52,178,129). Sum of RGB (Red+Green+Blue) = 52+178+129=359 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.48% from 359); Green value is 178 (69.92% from 255 or 49.58% from 359); Blue value is 129 (50.78% from 255 or 35.93% from 359); Max value from RGB is 178 - color contains mainly: green. Hex color #34B281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34B281 is #CB4D7E. Grayscale: #868686. Windows color (decimal): -13323647 or 8499764. OLE color: 8499764.

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

Color convert

RGB 52 178 129 -
CMYK 0.71 0 0.28 0.30
HSL 156.67º 0.55% 0.45% -
HSV(B) 156.67º 0.71% 0.7% -
XYZ 21.3 34.16 26.24 -
YUV 134.74 124.76 68.98 -
System Red Green Blue C M Y K H S L
Decimal 52 178 129 0.71 0 0.28 0.30 156.67 0.55 0.45
Hex 34 B2 81 47 0 1C 1E 9D 37 2D
Octal 64 262 201 107 0 34 36 235 67 55
Binary 110100 10110010 10000001 1000111 0 11100 11110 10011101 110111 101101

Color Harmonies of #34B281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B281

Black with #34B281

Text Example


Text Example

White with #34B281

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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