#42A32D

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

Shades of La Palma #42A32D

Tints of La Palma #42A32D

Color information

#42A32D (or 0x42A32D) is unknown color: approx La Palma. HEX triplet: 42, A3 and 2D. RGB value is (66,163,45). Sum of RGB (Red+Green+Blue) = 66+163+45=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 163 (64.06% from 255 or 59.49% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 163 - color contains mainly: green. Hex color #42A32D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A32D is #BD5CD2. Grayscale: #787878. Windows color (decimal): -12410067 or 2990914. OLE color: 2990914.

HSL color Cylindrical-coordinate representation of color #42A32D: hue angle of 109.32º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42A32D is Cyan = 0.60, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB6616345-
CMYK0.6000.720.36
HSL109.32º56.73%40.78%-
HSV(B)109.32º72.39%63.92%-
XYZ15.8227.546.97-
YUV120.5485.3689.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.09%
GREEN value IS 163 (64.06% from 255) = 59.49%
BLUE value IS 45 (17.97% from 255) = 16.42%
R=24.09%
G=59.49%
B=16.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal66163450.6000.720.36109.3256.7340.78
Hex42A32D3C048246d3929
Octal10224355740110441557151
Binary100001010100011101101111100010010001001001101101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A32D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42A32D; }

 p { color: rgb(66,163,45); }

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

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

 a { background-color: rgb(66,163,45); }

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

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

 span { border-color: rgb(66,163,45); }

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