#429A28

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

Shades of La Palma #429A28

Tints of La Palma #429A28

Color information

#429A28 (or 0x429A28) is unknown color: approx La Palma. HEX triplet: 42, 9A and 28. RGB value is (66,154,40). Sum of RGB (Red+Green+Blue) = 66+154+40=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 154 (60.55% from 255 or 59.23% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 154 - color contains mainly: green. Hex color #429A28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429A28 is #BD65D7. Grayscale: #737373. Windows color (decimal): -12412376 or 2660930. OLE color: 2660930.

HSL color Cylindrical-coordinate representation of color #429A28: hue angle of 106.32º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #429A28 is Cyan = 0.57, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB6615440-
CMYK0.5700.740.40
HSL106.32º58.76%38.04%-
HSV(B)106.32º74.03%60.39%-
XYZ14.1924.425.97-
YUV114.6985.8593.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.38%
GREEN value IS 154 (60.55% from 255) = 59.23%
BLUE value IS 40 (16.02% from 255) = 15.38%
R=25.38%
G=59.23%
B=15.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal66154400.5700.740.40106.3258.7638.04
Hex429A283904A286a3b26
Octal10223250710112501527346
Binary100001010011010101000111001010010101010001101010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,154,40); }

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

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

 a { background-color: rgb(66,154,40); }

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

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

 span { border-color: rgb(66,154,40); }

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