Html Css Color HEX #429414 La Palma

📋 copy color: '#429414'

red 66 ◦ green 148 ◦ blue 20

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

Shades of La Palma #429414

Tints of La Palma #429414

RGB

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

 GREEN value IS 148 (58.2% from 255) = 63.25%

 BLUE value IS 20 (8.2% from 255) = 8.55%

R = 28.21%
G = 63.25%
B = 8.55%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#429414 (or 0x429414) is known color: La Palma. HEX triplet: 42, 94 and 14. RGB value is (66,148,20). Sum of RGB (Red+Green+Blue) = 66+148+20=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 148 (58.20% from 255 or 63.25% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 148 - color contains mainly: green. Hex color #429414 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429414 is #BD6BEB. Grayscale: #6D6D6D. Windows color (decimal): -12413932 or 1348674. OLE color: 1348674.

HSL color Cylindrical-coordinate representation of color #429414: hue angle of 98.44º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #429414 is Cyan = 0.55, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 148 20 -
CMYK 0.55 0 0.86 0.42
HSL 98.44º 0.76% 0.33% -
HSV(B) 98.44º 0.86% 0.58% -
XYZ 12.96 22.39 4.3 -
YUV 108.89 77.83 97.41 -
System Red Green Blue C M Y K H S L
Decimal 66 148 20 0.55 0 0.86 0.42 98.44 0.76 0.33
Hex 42 94 14 37 0 56 2A 62 4C 21
Octal 102 224 24 67 0 126 52 142 114 41
Binary 1000010 10010100 10100 110111 0 1010110 101010 1100010 1001100 100001

Color Harmonies of #429414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429414

Black with #429414

Text Example


Text Example

White with #429414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429414; }

 p { color: rgb(66,148,20); }

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

background-color css

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

 a { background-color: rgb(66,148,20); }

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

border-color css

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

 span { border-color: rgb(66,148,20); }

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