Html Css Color HEX #49AC28 Kelly Green

📋 copy color: '#49AC28'

red 73 ◦ green 172 ◦ blue 40

#49AC28
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #49AC28

Tints of Kelly Green #49AC28

RGB

 RED value IS 73 (28.91% from 255) = 25.61%

 GREEN value IS 172 (67.58% from 255) = 60.35%

 BLUE value IS 40 (16.02% from 255) = 14.04%

R = 25.61%
G = 60.35%
B = 14.04%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#49AC28 (or 0x49AC28) is known color: Kelly Green. HEX triplet: 49, AC and 28. RGB value is (73,172,40). Sum of RGB (Red+Green+Blue) = 73+172+40=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 172 (67.58% from 255 or 60.35% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 172 - color contains mainly: green. Hex color #49AC28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AC28 is #B653D7. Grayscale: #7F7F7F. Windows color (decimal): -11949016 or 2665545. OLE color: 2665545.

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

Color convert

RGB 73 172 40 -
CMYK 0.58 0 0.77 0.33
HSL 105º 0.62% 0.42% -
HSV(B) 105º 0.77% 0.67% -
XYZ 17.88 31.07 7.06 -
YUV 127.35 78.7 89.23 -
System Red Green Blue C M Y K H S L
Decimal 73 172 40 0.58 0 0.77 0.33 105 0.62 0.42
Hex 49 AC 28 3A 0 4D 21 69 3E 2A
Octal 111 254 50 72 0 115 41 151 76 52
Binary 1001001 10101100 101000 111010 0 1001101 100001 1101001 111110 101010

Color Harmonies of #49AC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AC28

Black with #49AC28

Text Example


Text Example

White with #49AC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49AC28;
 }
 .AnyTagClassName
 {
   color: #49AC28;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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