#429402

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

Shades of La Palma #429402

Tints of La Palma #429402

Color information

#429402 (or 0x429402) is unknown color: approx La Palma. HEX triplet: 42, 94 and 02. RGB value is (66,148,2). Sum of RGB (Red+Green+Blue) = 66+148+2=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 148 (58.20% from 255 or 68.52% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 148 - color contains mainly: green. Hex color #429402 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429402 is #BD6BFD. Grayscale: #6B6B6B. Windows color (decimal): -12413950 or 169026. OLE color: 169026.

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

Color convert

RGB661482-
CMYK0.5500.990.42
HSL93.7º97.33%29.41%-
HSV(B)93.7º98.65%58.04%-
XYZ12.8522.343.69-
YUV106.8468.8398.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.56%
GREEN value IS 148 (58.20% from 255) = 68.52%
BLUE value IS 2 (1.17% from 255) = 0.93%
R=30.56%
G=68.52%
B=0.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6614820.5500.990.4293.797.3329.41
Hex42942370632A5e611d
Octal10222426701435213614135
Binary10000101001010010110111011000111010101011110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429402; }

 p { color: rgb(66,148,2); }

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

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

 a { background-color: rgb(66,148,2); }

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

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

 span { border-color: rgb(66,148,2); }

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