#429E1F

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

Shades of La Palma #429E1F

Tints of La Palma #429E1F

Color information

#429E1F (or 0x429E1F) is unknown color: approx La Palma. HEX triplet: 42, 9E and 1F. RGB value is (66,158,31). Sum of RGB (Red+Green+Blue) = 66+158+31=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 158 (62.11% from 255 or 61.96% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 158 - color contains mainly: green. Hex color #429E1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429E1F is #BD61E0. Grayscale: #747474. Windows color (decimal): -12411361 or 2072130. OLE color: 2072130.

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

Color convert

RGB6615831-
CMYK0.5800.800.38
HSL103.46º67.2%37.06%-
HSV(B)103.46º80.38%61.96%-
XYZ14.7225.715.48-
YUV116.0180.0292.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.88%
GREEN value IS 158 (62.11% from 255) = 61.96%
BLUE value IS 31 (12.5% from 255) = 12.16%
R=25.88%
G=61.96%
B=12.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66158310.5800.800.38103.4667.237.06
Hex429E1F3A05026674325
Octal102236377201204614710345
Binary100001010011110111111110100101000010011011001111000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,158,31); }

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

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

 a { background-color: rgb(66,158,31); }

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

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

 span { border-color: rgb(66,158,31); }

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