#429B2B

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

Shades of La Palma #429B2B

Tints of La Palma #429B2B

Color information

#429B2B (or 0x429B2B) is unknown color: approx La Palma. HEX triplet: 42, 9B and 2B. RGB value is (66,155,43). Sum of RGB (Red+Green+Blue) = 66+155+43=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 155 (60.94% from 255 or 58.71% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 155 - color contains mainly: green. Hex color #429B2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429B2B is #BD64D4. Grayscale: #737373. Windows color (decimal): -12412117 or 2857794. OLE color: 2857794.

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

Color convert

RGB6615543-
CMYK0.5700.720.39
HSL107.68º56.57%38.82%-
HSV(B)107.68º72.26%60.78%-
XYZ14.424.786.31-
YUV115.6287.0192.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25%
GREEN value IS 155 (60.94% from 255) = 58.71%
BLUE value IS 43 (17.19% from 255) = 16.29%
R=25%
G=58.71%
B=16.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal66155430.5700.720.39107.6856.5738.82
Hex429B2B39048276c3927
Octal10223353710110471547147
Binary100001010011011101011111001010010001001111101100111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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