Html Css Color HEX #49A002 Kelly Green

📋 copy color: '#49A002'

red 73 ◦ green 160 ◦ blue 2

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

Shades of Kelly Green #49A002

Tints of Kelly Green #49A002

RGB

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

 GREEN value IS 160 (62.89% from 255) = 68.09%

 BLUE value IS 2 (1.17% from 255) = 0.85%

R = 31.06%
G = 68.09%
B = 0.85%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#49A002 (or 0x49A002) is known color: Kelly Green. HEX triplet: 49, A0 and 02. RGB value is (73,160,2). Sum of RGB (Red+Green+Blue) = 73+160+2=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 160 (62.89% from 255 or 68.09% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 160 - color contains mainly: green. Hex color #49A002 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49A002 is #B65FFD. Grayscale: #747474. Windows color (decimal): -11952126 or 172105. OLE color: 172105.

HSL color Cylindrical-coordinate representation of color #49A002: hue angle of 93.04º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49A002 is Cyan = 0.54, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 73 160 2 -
CMYK 0.54 0 0.99 0.37
HSL 93.04º 0.98% 0.32% -
HSV(B) 93.04º 0.99% 0.63% -
XYZ 15.33 26.56 4.38 -
YUV 115.98 63.68 97.35 -
System Red Green Blue C M Y K H S L
Decimal 73 160 2 0.54 0 0.99 0.37 93.04 0.98 0.32
Hex 49 A0 2 36 0 63 25 5D 62 20
Octal 111 240 2 66 0 143 45 135 142 40
Binary 1001001 10100000 10 110110 0 1100011 100101 1011101 1100010 100000

Color Harmonies of #49A002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A002

Black with #49A002

Text Example


Text Example

White with #49A002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,160,2); }

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

background-color css

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

 a { background-color: rgb(73,160,2); }

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

border-color css

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

 span { border-color: rgb(73,160,2); }

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