#429C1F

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

Shades of La Palma #429C1F

Tints of La Palma #429C1F

Color information

#429C1F (or 0x429C1F) is unknown color: approx La Palma. HEX triplet: 42, 9C and 1F. RGB value is (66,156,31). Sum of RGB (Red+Green+Blue) = 66+156+31=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 156 (61.33% from 255 or 61.66% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 156 - color contains mainly: green. Hex color #429C1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429C1F is #BD63E0. Grayscale: #737373. Windows color (decimal): -12411873 or 2071618. OLE color: 2071618.

HSL color Cylindrical-coordinate representation of color #429C1F: hue angle of 103.2º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #429C1F is Cyan = 0.58, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.39.

Color convert

RGB6615631-
CMYK0.5800.800.39
HSL103.2º66.84%36.67%-
HSV(B)103.2º80.13%61.18%-
XYZ14.3825.035.37-
YUV114.8480.6893.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.09%
GREEN value IS 156 (61.33% from 255) = 61.66%
BLUE value IS 31 (12.5% from 255) = 12.25%
R=26.09%
G=61.66%
B=12.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal66156310.5800.800.39103.266.8436.67
Hex429C1F3A05027674325
Octal102234377201204714710345
Binary100001010011100111111110100101000010011111001111000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,156,31); }

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

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

 a { background-color: rgb(66,156,31); }

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

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

 span { border-color: rgb(66,156,31); }

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