#40AA2F

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

Shades of La Palma #40AA2F

Tints of La Palma #40AA2F

Color information

#40AA2F (or 0x40AA2F) is unknown color: approx La Palma. HEX triplet: 40, AA and 2F. RGB value is (64,170,47). Sum of RGB (Red+Green+Blue) = 64+170+47=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 170 (66.80% from 255 or 60.50% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 170 - color contains mainly: green. Hex color #40AA2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AA2F is #BF55D0. Grayscale: #7C7C7C. Windows color (decimal): -12539345 or 3123776. OLE color: 3123776.

HSL color Cylindrical-coordinate representation of color #40AA2F: hue angle of 111.71º degrees, saturation: 0.57, 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 #40AA2F is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB6417047-
CMYK0.6200.720.33
HSL111.71º56.68%42.55%-
HSV(B)111.71º72.35%66.67%-
XYZ1730.047.59-
YUV124.2884.3885-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.78%
GREEN value IS 170 (66.80% from 255) = 60.50%
BLUE value IS 47 (18.75% from 255) = 16.73%
R=22.78%
G=60.50%
B=16.73%

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
Decimal64170470.6200.720.33111.7156.6842.55
Hex40AA2F3E0482170392b
Octal10025257760110411607153
Binary100000010101010101111111110010010001000011110000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AA2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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