#429928

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

Shades of La Palma #429928

Tints of La Palma #429928

Color information

#429928 (or 0x429928) is unknown color: approx La Palma. HEX triplet: 42, 99 and 28. RGB value is (66,153,40). Sum of RGB (Red+Green+Blue) = 66+153+40=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 153 (60.16% from 255 or 59.07% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 153 - color contains mainly: green. Hex color #429928 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429928 is #BD66D7. Grayscale: #727272. Windows color (decimal): -12412632 or 2660674. OLE color: 2660674.

HSL color Cylindrical-coordinate representation of color #429928: hue angle of 106.19º 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 #429928 is Cyan = 0.57, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.4.

Color convert

RGB6615340-
CMYK0.5700.740.4
HSL106.19º58.55%37.84%-
HSV(B)106.19º73.86%60%-
XYZ14.0224.095.92-
YUV114.186.1893.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.48%
GREEN value IS 153 (60.16% from 255) = 59.07%
BLUE value IS 40 (16.02% from 255) = 15.44%
R=25.48%
G=59.07%
B=15.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal66153400.5700.740.4106.1958.5537.84
Hex4299283904A286a3b26
Octal10223150710112501527346
Binary100001010011001101000111001010010101010001101010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429928; }

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

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

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

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

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

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

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

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