#429304

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

Shades of La Palma #429304

Tints of La Palma #429304

Color information

#429304 (or 0x429304) is unknown color: approx La Palma. HEX triplet: 42, 93 and 04. RGB value is (66,147,4). Sum of RGB (Red+Green+Blue) = 66+147+4=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 147 (57.81% from 255 or 67.74% from 217); Blue value is 4 (1.95% from 255 or 1.84% from 217); Max value from RGB is 147 - color contains mainly: green. Hex color #429304 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429304 is #BD6CFB. Grayscale: #6A6A6A. Windows color (decimal): -12414204 or 299842. OLE color: 299842.

HSL color Cylindrical-coordinate representation of color #429304: hue angle of 93.99º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #429304 is Cyan = 0.55, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB661474-
CMYK0.5500.970.42
HSL93.99º94.7%29.61%-
HSV(B)93.99º97.28%57.65%-
XYZ12.722.033.7-
YUV106.4870.1699.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.41%
GREEN value IS 147 (57.81% from 255) = 67.74%
BLUE value IS 4 (1.95% from 255) = 1.84%
R=30.41%
G=67.74%
B=1.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6614740.5500.970.4293.9994.729.61
Hex42934370612A5e5f1e
Octal10222346701415213613736
Binary100001010010011100110111011000011010101011110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429304; }

 p { color: rgb(66,147,4); }

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

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

 a { background-color: rgb(66,147,4); }

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

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

 span { border-color: rgb(66,147,4); }

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