#42A232

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

Shades of La Palma #42A232

Tints of La Palma #42A232

Color information

#42A232 (or 0x42A232) is unknown color: approx La Palma. HEX triplet: 42, A2 and 32. RGB value is (66,162,50). Sum of RGB (Red+Green+Blue) = 66+162+50=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 162 (63.67% from 255 or 58.27% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 162 - color contains mainly: green. Hex color #42A232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A232 is #BD5DCD. Grayscale: #787878. Windows color (decimal): -12410318 or 3318338. OLE color: 3318338.

HSL color Cylindrical-coordinate representation of color #42A232: hue angle of 111.43º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42A232 is Cyan = 0.59, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB6616250-
CMYK0.5900.690.36
HSL111.43º52.83%41.57%-
HSV(B)111.43º69.14%63.53%-
XYZ15.7427.237.44-
YUV120.5388.289.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.74%
GREEN value IS 162 (63.67% from 255) = 58.27%
BLUE value IS 50 (19.92% from 255) = 17.99%
R=23.74%
G=58.27%
B=17.99%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal66162500.5900.690.36111.4352.8341.57
Hex42A2323B045246f352a
Octal10224262730105441576552
Binary100001010100010110010111011010001011001001101111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,162,50); }

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

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

 a { background-color: rgb(66,162,50); }

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

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

 span { border-color: rgb(66,162,50); }

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