Html Css Color HEX #49AF28 Kelly Green

📋 copy color: '#49AF28'

red 73 ◦ green 175 ◦ blue 40

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

Shades of Kelly Green #49AF28

Tints of Kelly Green #49AF28

RGB

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

 GREEN value IS 175 (68.75% from 255) = 60.76%

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

R = 25.35%
G = 60.76%
B = 13.89%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#49AF28 (or 0x49AF28) is known color: Kelly Green. HEX triplet: 49, AF and 28. RGB value is (73,175,40). Sum of RGB (Red+Green+Blue) = 73+175+40=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 175 (68.75% from 255 or 60.76% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 175 - color contains mainly: green. Hex color #49AF28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AF28 is #B650D7. Grayscale: #818181. Windows color (decimal): -11948248 or 2666313. OLE color: 2666313.

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

Color convert

RGB 73 175 40 -
CMYK 0.58 0 0.77 0.31
HSL 105.33º 0.63% 0.42% -
HSV(B) 105.33º 0.77% 0.69% -
XYZ 18.46 32.23 7.26 -
YUV 129.11 77.71 87.98 -
System Red Green Blue C M Y K H S L
Decimal 73 175 40 0.58 0 0.77 0.31 105.33 0.63 0.42
Hex 49 AF 28 3A 0 4D 1F 69 3F 2A
Octal 111 257 50 72 0 115 37 151 77 52
Binary 1001001 10101111 101000 111010 0 1001101 11111 1101001 111111 101010

Color Harmonies of #49AF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AF28

Black with #49AF28

Text Example


Text Example

White with #49AF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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