#40AA2E

Color #40AA2E Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #40AA2E

Tints of Kelly Green #40AA2E

Color information

#40AA2E (or 0x40AA2E) is unknown color: approx Kelly Green. HEX triplet: 40, AA and 2E. RGB value is (64,170,46). Sum of RGB (Red+Green+Blue) = 64+170+46=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 170 (66.80% from 255 or 60.71% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 170 - color contains mainly: green. Hex color #40AA2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AA2E is #BF55D1. Grayscale: #7C7C7C. Windows color (decimal): -12539346 or 3058240. OLE color: 3058240.

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

Color convert

RGB6417046-
CMYK0.6200.730.33
HSL111.29º57.41%42.35%-
HSV(B)111.29º72.94%66.67%-
XYZ16.9830.047.49-
YUV124.1783.8885.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.86%
GREEN value IS 170 (66.80% from 255) = 60.71%
BLUE value IS 46 (18.36% from 255) = 16.43%
R=22.86%
G=60.71%
B=16.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal64170460.6200.730.33111.2957.4142.35
Hex40AA2E3E049216f392a
Octal10025256760111411577152
Binary100000010101010101110111110010010011000011101111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AA2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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