#49c027

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

Shades of Kelly Green #49C027

Tints of Kelly Green #49C027

Color information

#49C027 (or 0x49C027) is unknown color: approx Kelly Green. HEX triplet: 49, C0 and 27. RGB value is (73,192,39). Sum of RGB (Red+Green+Blue) = 73+192+39=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 192 (75.39% from 255 or 63.16% from 304); Blue value is 39 (15.62% from 255 or 12.83% from 304); Max value from RGB is 192 - color contains mainly: green. Hex color #49C027 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C027 is #B63FD8. Grayscale: #8B8B8B. Windows color (decimal): -11943897 or 2605129. OLE color: 2605129.

HSL color Cylindrical-coordinate representation of color #49C027: hue angle of 106.67º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #49C027 is Cyan = 0.62, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB7319239-
CMYK0.6200.800.25
HSL106.67º66.23%45.29%-
HSV(B)106.67º79.69%75.29%-
XYZ21.9639.268.34-
YUV138.9871.5880.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.01%
GREEN value IS 192 (75.39% from 255) = 63.16%
BLUE value IS 39 (15.62% from 255) = 12.83%
R=24.01%
G=63.16%
B=12.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal73192390.6200.800.25106.6766.2345.29
Hex49C0273E050196b422d
Octal111300477601203115310255
Binary100100111000000100111111110010100001100111010111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49c027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,192,39); }

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

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

 a { background-color: rgb(73,192,39); }

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

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

 span { border-color: rgb(73,192,39); }

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