Html Css Color HEX #34A61E La Palma

📋 copy color: '#34A61E'

red 52 ◦ green 166 ◦ blue 30

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

Shades of La Palma #34A61E

Tints of La Palma #34A61E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 66.94%

 BLUE value IS 30 (12.11% from 255) = 12.1%

R = 20.97%
G = 66.94%
B = 12.1%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#34A61E (or 0x34A61E) is known color: La Palma. HEX triplet: 34, A6 and 1E. RGB value is (52,166,30). Sum of RGB (Red+Green+Blue) = 52+166+30=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 166 (65.23% from 255 or 66.94% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 166 - color contains mainly: green. Hex color #34A61E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A61E is #CB59E1. Grayscale: #747474. Windows color (decimal): -13326818 or 2008628. OLE color: 2008628.

HSL color Cylindrical-coordinate representation of color #34A61E: hue angle of 110.29º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #34A61E is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB 52 166 30 -
CMYK 0.69 0 0.82 0.35
HSL 110.29º 0.69% 0.38% -
HSV(B) 110.29º 0.82% 0.65% -
XYZ 15.29 28.1 5.85 -
YUV 116.41 79.23 82.06 -
System Red Green Blue C M Y K H S L
Decimal 52 166 30 0.69 0 0.82 0.35 110.29 0.69 0.38
Hex 34 A6 1E 45 0 52 23 6E 45 26
Octal 64 246 36 105 0 122 43 156 105 46
Binary 110100 10100110 11110 1000101 0 1010010 100011 1101110 1000101 100110

Color Harmonies of #34A61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A61E

Black with #34A61E

Text Example


Text Example

White with #34A61E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,166,30); }

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

background-color css

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

 a { background-color: rgb(52,166,30); }

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

border-color css

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

 span { border-color: rgb(52,166,30); }

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