#429130

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

Shades of La Palma #429130

Tints of La Palma #429130

Color information

#429130 (or 0x429130) is unknown color: approx La Palma. HEX triplet: 42, 91 and 30. RGB value is (66,145,48). Sum of RGB (Red+Green+Blue) = 66+145+48=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 145 (57.03% from 255 or 55.98% from 259); Blue value is 48 (19.14% from 255 or 18.53% from 259); Max value from RGB is 145 - color contains mainly: green. Hex color #429130 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429130 is #BD6ECF. Grayscale: #6E6E6E. Windows color (decimal): -12414672 or 3182914. OLE color: 3182914.

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

Color convert

RGB6614548-
CMYK0.5400.670.43
HSL108.87º50.26%37.84%-
HSV(B)108.87º66.9%56.86%-
XYZ12.9121.626.29-
YUV110.3292.8396.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.48%
GREEN value IS 145 (57.03% from 255) = 55.98%
BLUE value IS 48 (19.14% from 255) = 18.53%
R=25.48%
G=55.98%
B=18.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66145480.5400.670.43108.8750.2637.84
Hex429130360432B6d3226
Octal10222160660103531556246
Binary100001010010001110000110110010000111010111101101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429130; }

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

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

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

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

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

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

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

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