#429D1E

Color #429D1E La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #429D1E

Tints of La Palma #429D1E

Color information

#429D1E (or 0x429D1E) is unknown color: approx La Palma. HEX triplet: 42, 9D and 1E. RGB value is (66,157,30). Sum of RGB (Red+Green+Blue) = 66+157+30=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 157 (61.72% from 255 or 62.06% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 157 - color contains mainly: green. Hex color #429D1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429D1E is #BD62E1. Grayscale: #737373. Windows color (decimal): -12411618 or 2006338. OLE color: 2006338.

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

Color convert

RGB6615730-
CMYK0.5800.810.38
HSL102.99º67.91%36.67%-
HSV(B)102.99º80.89%61.57%-
XYZ14.5425.375.36-
YUV115.3179.8592.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.09%
GREEN value IS 157 (61.72% from 255) = 62.06%
BLUE value IS 30 (12.11% from 255) = 11.86%
R=26.09%
G=62.06%
B=11.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66157300.5800.810.38102.9967.9136.67
Hex429D1E3A05126674425
Octal102235367201214614710445
Binary100001010011101111101110100101000110011011001111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #429D1E;
 }
 .AnyTagClassName
 {
   color: #429D1E;
 }
</style>
background-color css

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

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

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

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

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

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