Html Css Color HEX #49AB1F Kelly Green

📋 copy color: '#49AB1F'

red 73 ◦ green 171 ◦ blue 31

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

Shades of Kelly Green #49AB1F

Tints of Kelly Green #49AB1F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 62.18%

 BLUE value IS 31 (12.5% from 255) = 11.27%

R = 26.55%
G = 62.18%
B = 11.27%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#49AB1F (or 0x49AB1F) is known color: Kelly Green. HEX triplet: 49, AB and 1F. RGB value is (73,171,31). Sum of RGB (Red+Green+Blue) = 73+171+31=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 171 (67.19% from 255 or 62.18% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 171 - color contains mainly: green. Hex color #49AB1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AB1F is #B654E0. Grayscale: #7E7E7E. Windows color (decimal): -11949281 or 2075465. OLE color: 2075465.

HSL color Cylindrical-coordinate representation of color #49AB1F: hue angle of 102º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #49AB1F is Cyan = 0.57, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 171 31 -
CMYK 0.57 0 0.82 0.33
HSL 102º 0.69% 0.4% -
HSV(B) 102º 0.82% 0.67% -
XYZ 17.56 30.64 6.29 -
YUV 125.74 74.53 90.38 -
System Red Green Blue C M Y K H S L
Decimal 73 171 31 0.57 0 0.82 0.33 102 0.69 0.4
Hex 49 AB 1F 39 0 52 21 66 45 28
Octal 111 253 37 71 0 122 41 146 105 50
Binary 1001001 10101011 11111 111001 0 1010010 100001 1100110 1000101 101000

Color Harmonies of #49AB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AB1F

Black with #49AB1F

Text Example


Text Example

White with #49AB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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