#40A21E

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

Shades of La Palma #40A21E

Tints of La Palma #40A21E

Color information

#40A21E (or 0x40A21E) is unknown color: approx La Palma. HEX triplet: 40, A2 and 1E. RGB value is (64,162,30). Sum of RGB (Red+Green+Blue) = 64+162+30=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 162 (63.67% from 255 or 63.28% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 162 - color contains mainly: green. Hex color #40A21E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A21E is #BF5DE1. Grayscale: #767676. Windows color (decimal): -12541410 or 2007616. OLE color: 2007616.

HSL color Cylindrical-coordinate representation of color #40A21E: hue angle of 104.55º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #40A21E is Cyan = 0.60, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB6416230-
CMYK0.6000.810.36
HSL104.55º68.75%37.65%-
HSV(B)104.55º81.48%63.53%-
XYZ15.2727.025.64-
YUV117.6578.5389.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25%
GREEN value IS 162 (63.67% from 255) = 63.28%
BLUE value IS 30 (12.11% from 255) = 11.72%
R=25%
G=63.28%
B=11.72%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal64162300.6000.810.36104.5568.7537.65
Hex40A21E3C05124694526
Octal100242367401214415110546
Binary100000010100010111101111000101000110010011010011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40A21E; }

 p { color: rgb(64,162,30); }

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

<style>
 a { background-color: #40A21E; }

 a { background-color: rgb(64,162,30); }

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

<style>
 span { border-color: #40A21E; }

 span { border-color: rgb(64,162,30); }

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