#49AB2F

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

Shades of Kelly Green #49AB2F

Tints of Kelly Green #49AB2F

Color information

#49AB2F (or 0x49AB2F) is unknown color: approx Kelly Green. HEX triplet: 49, AB and 2F. RGB value is (73,171,47). Sum of RGB (Red+Green+Blue) = 73+171+47=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 171 (67.19% from 255 or 58.76% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 171 - color contains mainly: green. Hex color #49AB2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AB2F is #B654D0. Grayscale: #7F7F7F. Windows color (decimal): -11949265 or 3124041. OLE color: 3124041.

HSL color Cylindrical-coordinate representation of color #49AB2F: hue angle of 107.42º 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 #49AB2F is Cyan = 0.57, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB7317147-
CMYK0.5700.730.33
HSL107.42º56.88%42.75%-
HSV(B)107.42º72.51%67.06%-
XYZ17.8230.757.68-
YUV127.5682.5389.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.09%
GREEN value IS 171 (67.19% from 255) = 58.76%
BLUE value IS 47 (18.75% from 255) = 16.15%
R=25.09%
G=58.76%
B=16.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal73171470.5700.730.33107.4256.8842.75
Hex49AB2F39049216b392b
Octal11125357710111411537153
Binary100100110101011101111111001010010011000011101011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AB2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49AB2F; }

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

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

<style>
 a { background-color: #49AB2F; }

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

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

<style>
 span { border-color: #49AB2F; }

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

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