#429F21

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

Shades of La Palma #429F21

Tints of La Palma #429F21

Color information

#429F21 (or 0x429F21) is unknown color: approx La Palma. HEX triplet: 42, 9F and 21. RGB value is (66,159,33). Sum of RGB (Red+Green+Blue) = 66+159+33=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 159 (62.5% from 255 or 61.63% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 159 - color contains mainly: green. Hex color #429F21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429F21 is #BD60DE. Grayscale: #757575. Windows color (decimal): -12411103 or 2203458. OLE color: 2203458.

HSL color Cylindrical-coordinate representation of color #429F21: hue angle of 104.29º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #429F21 is Cyan = 0.58, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.38.

Color convert

RGB6615933-
CMYK0.5800.790.38
HSL104.29º65.62%37.65%-
HSV(B)104.29º79.25%62.35%-
XYZ14.9226.065.68-
YUV116.8380.6991.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.58%
GREEN value IS 159 (62.5% from 255) = 61.63%
BLUE value IS 33 (13.28% from 255) = 12.79%
R=25.58%
G=61.63%
B=12.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66159330.5800.790.38104.2965.6237.65
Hex429F213A04F26684226
Octal102237417201174615010246
Binary1000010100111111000011110100100111110011011010001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429F21; }

 p { color: rgb(66,159,33); }

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

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

 a { background-color: rgb(66,159,33); }

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

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

 span { border-color: rgb(66,159,33); }

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