#40AA30

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

Shades of La Palma #40AA30

Tints of La Palma #40AA30

Color information

#40AA30 (or 0x40AA30) is unknown color: approx La Palma. HEX triplet: 40, AA and 30. RGB value is (64,170,48). Sum of RGB (Red+Green+Blue) = 64+170+48=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 170 (66.80% from 255 or 60.28% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 170 - color contains mainly: green. Hex color #40AA30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AA30 is #BF55CF. Grayscale: #7C7C7C. Windows color (decimal): -12539344 or 3189312. OLE color: 3189312.

HSL color Cylindrical-coordinate representation of color #40AA30: hue angle of 112.13º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40AA30 is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB6417048-
CMYK0.6200.720.33
HSL112.13º55.96%42.75%-
HSV(B)112.13º71.76%66.67%-
XYZ17.0230.057.7-
YUV124.484.8884.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.70%
GREEN value IS 170 (66.80% from 255) = 60.28%
BLUE value IS 48 (19.14% from 255) = 17.02%
R=22.70%
G=60.28%
B=17.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal64170480.6200.720.33112.1355.9642.75
Hex40AA303E0482170382b
Octal10025260760110411607053
Binary100000010101010110000111110010010001000011110000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AA30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,170,48); }

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

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

 a { background-color: rgb(64,170,48); }

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

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

 span { border-color: rgb(64,170,48); }

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