Html Css Color HEX #429114 La Palma

📋 copy color: '#429114'

red 66 ◦ green 145 ◦ blue 20

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

Shades of La Palma #429114

Tints of La Palma #429114

RGB

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

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

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

R = 28.57%
G = 62.77%
B = 8.66%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#429114 (or 0x429114) is known color: La Palma. HEX triplet: 42, 91 and 14. RGB value is (66,145,20). Sum of RGB (Red+Green+Blue) = 66+145+20=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 145 (57.03% from 255 or 62.77% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 145 - color contains mainly: green. Hex color #429114 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429114 is #BD6EEB. Grayscale: #6B6B6B. Windows color (decimal): -12414700 or 1347906. OLE color: 1347906.

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

Color convert

RGB 66 145 20 -
CMYK 0.54 0 0.86 0.43
HSL 97.92º 0.76% 0.32% -
HSV(B) 97.92º 0.86% 0.57% -
XYZ 12.5 21.46 4.15 -
YUV 107.13 78.83 98.66 -
System Red Green Blue C M Y K H S L
Decimal 66 145 20 0.54 0 0.86 0.43 97.92 0.76 0.32
Hex 42 91 14 36 0 56 2B 62 4C 20
Octal 102 221 24 66 0 126 53 142 114 40
Binary 1000010 10010001 10100 110110 0 1010110 101011 1100010 1001100 100000

Color Harmonies of #429114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429114

Black with #429114

Text Example


Text Example

White with #429114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429114; }

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

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

background-color css

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

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

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

border-color css

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

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

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