Html Css Color HEX #429D32 La Palma

📋 copy color: '#429D32'

red 66 ◦ green 157 ◦ blue 50

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

Shades of La Palma #429D32

Tints of La Palma #429D32

RGB

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

 GREEN value IS 157 (61.72% from 255) = 57.51%

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

R = 24.18%
G = 57.51%
B = 18.32%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.68

 K value IS 0.38

RGB Variations

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

Color information

#429D32 (or 0x429D32) is known color: La Palma. HEX triplet: 42, 9D and 32. RGB value is (66,157,50). Sum of RGB (Red+Green+Blue) = 66+157+50=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 157 (61.72% from 255 or 57.51% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 157 - color contains mainly: green. Hex color #429D32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429D32 is #BD62CD. Grayscale: #757575. Windows color (decimal): -12411598 or 3317058. OLE color: 3317058.

HSL color Cylindrical-coordinate representation of color #429D32: hue angle of 111.03º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #429D32 is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 157 50 -
CMYK 0.58 0 0.68 0.38
HSL 111.03º 0.52% 0.41% -
HSV(B) 111.03º 0.68% 0.62% -
XYZ 14.88 25.5 7.16 -
YUV 117.59 89.85 91.2 -
System Red Green Blue C M Y K H S L
Decimal 66 157 50 0.58 0 0.68 0.38 111.03 0.52 0.41
Hex 42 9D 32 3A 0 44 26 6F 34 29
Octal 102 235 62 72 0 104 46 157 64 51
Binary 1000010 10011101 110010 111010 0 1000100 100110 1101111 110100 101001

Color Harmonies of #429D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429D32

Black with #429D32

Text Example


Text Example

White with #429D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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