#429b1f

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

Shades of La Palma #429B1F

Tints of La Palma #429B1F

Color information

#429B1F (or 0x429B1F) is unknown color: approx La Palma. HEX triplet: 42, 9B and 1F. RGB value is (66,155,31). Sum of RGB (Red+Green+Blue) = 66+155+31=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 155 (60.94% from 255 or 61.51% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 155 - color contains mainly: green. Hex color #429B1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429B1F is #BD64E0. Grayscale: #727272. Windows color (decimal): -12412129 or 2071362. OLE color: 2071362.

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

Color convert

RGB6615531-
CMYK0.5700.80.39
HSL103.06º66.67%36.47%-
HSV(B)103.06º80%60.78%-
XYZ14.2224.75.31-
YUV114.2581.0193.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.19%
GREEN value IS 155 (60.94% from 255) = 61.51%
BLUE value IS 31 (12.5% from 255) = 12.30%
R=26.19%
G=61.51%
B=12.30%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal66155310.5700.80.39103.0666.6736.47
Hex429B1F3905027674324
Octal102233377101204714710344
Binary100001010011011111111110010101000010011111001111000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429b1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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