Html Css Color HEX #34952A La Palma

📋 copy color: '#34952A'

red 52 ◦ green 149 ◦ blue 42

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

Shades of La Palma #34952A

Tints of La Palma #34952A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 61.32%

 BLUE value IS 42 (16.8% from 255) = 17.28%

R = 21.4%
G = 61.32%
B = 17.28%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#34952A (or 0x34952A) is known color: La Palma. HEX triplet: 34, 95 and 2A. RGB value is (52,149,42). Sum of RGB (Red+Green+Blue) = 52+149+42=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 149 (58.59% from 255 or 61.32% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 149 - color contains mainly: green. Hex color #34952A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34952A is #CB6AD5. Grayscale: #6C6C6C. Windows color (decimal): -13331158 or 2790708. OLE color: 2790708.

HSL color Cylindrical-coordinate representation of color #34952A: hue angle of 114.39º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34952A is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 149 42 -
CMYK 0.65 0 0.72 0.42
HSL 114.39º 0.56% 0.37% -
HSV(B) 114.39º 0.72% 0.58% -
XYZ 12.58 22.39 5.85 -
YUV 107.8 90.86 88.2 -
System Red Green Blue C M Y K H S L
Decimal 52 149 42 0.65 0 0.72 0.42 114.39 0.56 0.37
Hex 34 95 2A 41 0 48 2A 72 38 25
Octal 64 225 52 101 0 110 52 162 70 45
Binary 110100 10010101 101010 1000001 0 1001000 101010 1110010 111000 100101

Color Harmonies of #34952A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34952A

Black with #34952A

Text Example


Text Example

White with #34952A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34952A; }

 p { color: rgb(52,149,42); }

 H1.HeaderClassName
 {
   color: #34952A;
 }
 .AnyTagClassName
 {
   color: #34952A;
 }
</style>

background-color css

<style>
 a { background-color: #34952A; }

 a { background-color: rgb(52,149,42); }

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

border-color css

<style>
 span { border-color: #34952A; }

 span { border-color: rgb(52,149,42); }

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