#49bd28

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

Shades of Kelly Green #49BD28

Tints of Kelly Green #49BD28

Color information

#49BD28 (or 0x49BD28) is unknown color: approx Kelly Green. HEX triplet: 49, BD and 28. RGB value is (73,189,40). Sum of RGB (Red+Green+Blue) = 73+189+40=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 189 (74.22% from 255 or 62.58% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 189 - color contains mainly: green. Hex color #49BD28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BD28 is #B642D7. Grayscale: #898989. Windows color (decimal): -11944664 or 2669897. OLE color: 2669897.

HSL color Cylindrical-coordinate representation of color #49BD28: hue angle of 106.71º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #49BD28 is Cyan = 0.61, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB7318940-
CMYK0.6100.790.26
HSL106.71º65.07%44.9%-
HSV(B)106.71º78.84%74.12%-
XYZ21.3337.968.21-
YUV137.3373.0782.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.17%
GREEN value IS 189 (74.22% from 255) = 62.58%
BLUE value IS 40 (16.02% from 255) = 13.25%
R=24.17%
G=62.58%
B=13.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal73189400.6100.790.26106.7165.0744.9
Hex49BD283D04F1A6b412d
Octal111275507501173215310155
Binary100100110111101101000111101010011111101011010111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49bd28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,189,40); }

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

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

 a { background-color: rgb(73,189,40); }

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

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

 span { border-color: rgb(73,189,40); }

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