#42A830

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

Shades of La Palma #42A830

Tints of La Palma #42A830

Color information

#42A830 (or 0x42A830) is unknown color: approx La Palma. HEX triplet: 42, A8 and 30. RGB value is (66,168,48). Sum of RGB (Red+Green+Blue) = 66+168+48=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 168 (66.02% from 255 or 59.57% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 168 - color contains mainly: green. Hex color #42A830 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A830 is #BD57CF. Grayscale: #7C7C7C. Windows color (decimal): -12408784 or 3188802. OLE color: 3188802.

HSL color Cylindrical-coordinate representation of color #42A830: hue angle of 111º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42A830 is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB6616848-
CMYK0.6100.710.34
HSL111º55.56%42.35%-
HSV(B)111º71.43%65.88%-
XYZ16.7829.387.58-
YUV123.8285.2186.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.40%
GREEN value IS 168 (66.02% from 255) = 59.57%
BLUE value IS 48 (19.14% from 255) = 17.02%
R=23.40%
G=59.57%
B=17.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal66168480.6100.710.3411155.5642.35
Hex42A8303D047226f382a
Octal10225060750107421577052
Binary100001010101000110000111101010001111000101101111111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,168,48); }

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

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

 a { background-color: rgb(66,168,48); }

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

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

 span { border-color: rgb(66,168,48); }

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