Html Css Color HEX #429014 La Palma

📋 copy color: '#429014'

red 66 ◦ green 144 ◦ blue 20

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

Shades of La Palma #429014

Tints of La Palma #429014

RGB

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

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

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

R = 28.7%
G = 62.61%
B = 8.7%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#429014 (or 0x429014) is known color: La Palma. HEX triplet: 42, 90 and 14. RGB value is (66,144,20). Sum of RGB (Red+Green+Blue) = 66+144+20=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 144 (56.64% from 255 or 62.61% from 230); Blue value is 20 (8.20% from 255 or 8.70% from 230); Max value from RGB is 144 - color contains mainly: green. Hex color #429014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429014 is #BD6FEB. Grayscale: #6A6A6A. Windows color (decimal): -12414956 or 1347650. OLE color: 1347650.

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

Color convert

RGB 66 144 20 -
CMYK 0.54 0 0.86 0.44
HSL 97.74º 0.76% 0.32% -
HSV(B) 97.74º 0.86% 0.56% -
XYZ 12.35 21.16 4.09 -
YUV 106.54 79.16 99.08 -
System Red Green Blue C M Y K H S L
Decimal 66 144 20 0.54 0 0.86 0.44 97.74 0.76 0.32
Hex 42 90 14 36 0 56 2C 62 4C 20
Octal 102 220 24 66 0 126 54 142 114 40
Binary 1000010 10010000 10100 110110 0 1010110 101100 1100010 1001100 100000

Color Harmonies of #429014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429014

Black with #429014

Text Example


Text Example

White with #429014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429014; }

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

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

background-color css

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

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

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

border-color css

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

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

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