#42A235

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

Shades of La Palma #42A235

Tints of La Palma #42A235

Color information

#42A235 (or 0x42A235) is unknown color: approx La Palma. HEX triplet: 42, A2 and 35. RGB value is (66,162,53). Sum of RGB (Red+Green+Blue) = 66+162+53=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 162 (63.67% from 255 or 57.65% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 162 - color contains mainly: green. Hex color #42A235 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A235 is #BD5DCA. Grayscale: #797979. Windows color (decimal): -12410315 or 3514946. OLE color: 3514946.

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

Color convert

RGB6616253-
CMYK0.5900.670.36
HSL112.84º50.7%42.16%-
HSV(B)112.84º67.28%63.53%-
XYZ15.8127.267.8-
YUV120.8789.788.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.49%
GREEN value IS 162 (63.67% from 255) = 57.65%
BLUE value IS 53 (21.09% from 255) = 18.86%
R=23.49%
G=57.65%
B=18.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal66162530.5900.670.36112.8450.742.16
Hex42A2353B0432471332a
Octal10224265730103441616352
Binary100001010100010110101111011010000111001001110001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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