#429030

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

Shades of La Palma #429030

Tints of La Palma #429030

Color information

#429030 (or 0x429030) is unknown color: approx La Palma. HEX triplet: 42, 90 and 30. RGB value is (66,144,48). Sum of RGB (Red+Green+Blue) = 66+144+48=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 144 (56.64% from 255 or 55.81% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 144 - color contains mainly: green. Hex color #429030 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429030 is #BD6FCF. Grayscale: #6E6E6E. Windows color (decimal): -12414928 or 3182658. OLE color: 3182658.

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

Color convert

RGB6614448-
CMYK0.5400.670.44
HSL108.75º50%37.65%-
HSV(B)108.75º66.67%56.47%-
XYZ12.7521.326.24-
YUV109.7393.1696.81-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.58%
GREEN value IS 144 (56.64% from 255) = 55.81%
BLUE value IS 48 (19.14% from 255) = 18.60%
R=25.58%
G=55.81%
B=18.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66144480.5400.670.44108.755037.65
Hex429030360432C6d3226
Octal10222060660103541556246
Binary100001010010000110000110110010000111011001101101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429030; }

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

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

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

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

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

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

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

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