#40ab2f

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

Shades of Kelly Green #40AB2F

Tints of Kelly Green #40AB2F

Color information

#40AB2F (or 0x40AB2F) is unknown color: approx Kelly Green. HEX triplet: 40, AB and 2F. RGB value is (64,171,47). Sum of RGB (Red+Green+Blue) = 64+171+47=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 171 (67.19% from 255 or 60.64% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 171 - color contains mainly: green. Hex color #40AB2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AB2F is #BF54D0. Grayscale: #7D7D7D. Windows color (decimal): -12539089 or 3124032. OLE color: 3124032.

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

Color convert

RGB6417147-
CMYK0.6300.730.33
HSL111.77º56.88%42.75%-
HSV(B)111.77º72.51%67.06%-
XYZ17.1930.427.66-
YUV124.8784.0584.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.70%
GREEN value IS 171 (67.19% from 255) = 60.64%
BLUE value IS 47 (18.75% from 255) = 16.67%
R=22.70%
G=60.64%
B=16.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal64171470.6300.730.33111.7756.8842.75
Hex40AB2F3F0492170392b
Octal10025357770111411607153
Binary100000010101011101111111111010010011000011110000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40ab2f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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