Html Css Color HEX #429122 La Palma

📋 copy color: '#429122'

red 66 ◦ green 145 ◦ blue 34

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

Shades of La Palma #429122

Tints of La Palma #429122

RGB

 RED value IS 66 (26.17% from 255) = 26.94%

 GREEN value IS 145 (57.03% from 255) = 59.18%

 BLUE value IS 34 (13.67% from 255) = 13.88%

R = 26.94%
G = 59.18%
B = 13.88%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#429122 (or 0x429122) is known color: La Palma. HEX triplet: 42, 91 and 22. RGB value is (66,145,34). Sum of RGB (Red+Green+Blue) = 66+145+34=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 145 (57.03% from 255 or 59.18% from 245); Blue value is 34 (13.67% from 255 or 13.88% from 245); Max value from RGB is 145 - color contains mainly: green. Hex color #429122 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429122 is #BD6EDD. Grayscale: #6D6D6D. Windows color (decimal): -12414686 or 2265410. OLE color: 2265410.

HSL color Cylindrical-coordinate representation of color #429122: hue angle of 102.7º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #429122 is Cyan = 0.54, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 145 34 -
CMYK 0.54 0 0.77 0.43
HSL 102.7º 0.62% 0.35% -
HSV(B) 102.7º 0.77% 0.57% -
XYZ 12.66 21.52 5 -
YUV 108.73 85.83 97.53 -
System Red Green Blue C M Y K H S L
Decimal 66 145 34 0.54 0 0.77 0.43 102.7 0.62 0.35
Hex 42 91 22 36 0 4D 2B 67 3E 23
Octal 102 221 42 66 0 115 53 147 76 43
Binary 1000010 10010001 100010 110110 0 1001101 101011 1100111 111110 100011

Color Harmonies of #429122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429122

Black with #429122

Text Example


Text Example

White with #429122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429122; }

 p { color: rgb(66,145,34); }

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

background-color css

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

 a { background-color: rgb(66,145,34); }

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

border-color css

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

 span { border-color: rgb(66,145,34); }

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