Html Css Color HEX #429032 La Palma

📋 copy color: '#429032'

red 66 ◦ green 144 ◦ blue 50

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

Shades of La Palma #429032

Tints of La Palma #429032

RGB

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

 GREEN value IS 144 (56.64% from 255) = 55.38%

 BLUE value IS 50 (19.92% from 255) = 19.23%

R = 25.38%
G = 55.38%
B = 19.23%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#429032 (or 0x429032) is known color: La Palma. HEX triplet: 42, 90 and 32. RGB value is (66,144,50). Sum of RGB (Red+Green+Blue) = 66+144+50=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 144 (56.64% from 255 or 55.38% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 144 - color contains mainly: green. Hex color #429032 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429032 is #BD6FCD. Grayscale: #6E6E6E. Windows color (decimal): -12414926 or 3313730. OLE color: 3313730.

HSL color Cylindrical-coordinate representation of color #429032: hue angle of 109.79º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #429032 is Cyan = 0.54, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 144 50 -
CMYK 0.54 0 0.65 0.44
HSL 109.79º 0.48% 0.38% -
HSV(B) 109.79º 0.65% 0.56% -
XYZ 12.8 21.34 6.46 -
YUV 109.96 94.16 96.64 -
System Red Green Blue C M Y K H S L
Decimal 66 144 50 0.54 0 0.65 0.44 109.79 0.48 0.38
Hex 42 90 32 36 0 41 2C 6E 30 26
Octal 102 220 62 66 0 101 54 156 60 46
Binary 1000010 10010000 110010 110110 0 1000001 101100 1101110 110000 100110

Color Harmonies of #429032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429032

Black with #429032

Text Example


Text Example

White with #429032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429032; }

 p { color: rgb(66,144,50); }

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

background-color css

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

 a { background-color: rgb(66,144,50); }

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

border-color css

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

 span { border-color: rgb(66,144,50); }

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