#429214

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

Shades of La Palma #429214

Tints of La Palma #429214

Color information

#429214 (or 0x429214) is unknown color: approx La Palma. HEX triplet: 42, 92 and 14. RGB value is (66,146,20). Sum of RGB (Red+Green+Blue) = 66+146+20=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 146 (57.42% from 255 or 62.93% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 146 - color contains mainly: green. Hex color #429214 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429214 is #BD6DEB. Grayscale: #6C6C6C. Windows color (decimal): -12414444 or 1348162. OLE color: 1348162.

HSL color Cylindrical-coordinate representation of color #429214: hue angle of 98.1º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #429214 is Cyan = 0.55, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB6614620-
CMYK0.5500.860.43
HSL98.1º75.9%32.55%-
HSV(B)98.1º86.3%57.25%-
XYZ12.6521.774.2-
YUV107.7278.598.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.45%
GREEN value IS 146 (57.42% from 255) = 62.93%
BLUE value IS 20 (8.20% from 255) = 8.62%
R=28.45%
G=62.93%
B=8.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66146200.5500.860.4398.175.932.55
Hex429214370562B624c21
Octal102222246701265314211441
Binary100001010010010101001101110101011010101111000101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429214; }

 p { color: rgb(66,146,20); }

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

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

 a { background-color: rgb(66,146,20); }

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

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

 span { border-color: rgb(66,146,20); }

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