#429005

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

Shades of La Palma #429005

Tints of La Palma #429005

Color information

#429005 (or 0x429005) is unknown color: approx La Palma. HEX triplet: 42, 90 and 05. RGB value is (66,144,5). Sum of RGB (Red+Green+Blue) = 66+144+5=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 144 (56.64% from 255 or 66.98% from 215); Blue value is 5 (2.34% from 255 or 2.33% from 215); Max value from RGB is 144 - color contains mainly: green. Hex color #429005 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429005 is #BD6FFA. Grayscale: #696969. Windows color (decimal): -12414971 or 364610. OLE color: 364610.

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

Color convert

RGB661445-
CMYK0.5400.970.44
HSL93.67º93.29%29.22%-
HSV(B)93.67º96.53%56.47%-
XYZ12.2521.123.57-
YUV104.8371.66100.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.70%
GREEN value IS 144 (56.64% from 255) = 66.98%
BLUE value IS 5 (2.34% from 255) = 2.33%
R=30.70%
G=66.98%
B=2.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6614450.5400.970.4493.6793.2929.22
Hex42905360612C5e5d1d
Octal10222056601415413613535
Binary100001010010000101110110011000011011001011110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429005; }

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

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

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

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

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

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

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

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