Html Css Color HEX #48A220 Kelly Green

📋 copy color: '#48A220'

red 72 ◦ green 162 ◦ blue 32

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

Shades of Kelly Green #48A220

Tints of Kelly Green #48A220

RGB

 RED value IS 72 (28.52% from 255) = 27.07%

 GREEN value IS 162 (63.67% from 255) = 60.9%

 BLUE value IS 32 (12.89% from 255) = 12.03%

R = 27.07%
G = 60.9%
B = 12.03%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#48A220 (or 0x48A220) is known color: Kelly Green. HEX triplet: 48, A2 and 20. RGB value is (72,162,32). Sum of RGB (Red+Green+Blue) = 72+162+32=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 162 (63.67% from 255 or 60.90% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 162 - color contains mainly: green. Hex color #48A220 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A220 is #B75DDF. Grayscale: #787878. Windows color (decimal): -12017120 or 2138696. OLE color: 2138696.

HSL color Cylindrical-coordinate representation of color #48A220: hue angle of 101.54º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #48A220 is Cyan = 0.56, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 72 162 32 -
CMYK 0.56 0 0.80 0.36
HSL 101.54º 0.67% 0.38% -
HSV(B) 101.54º 0.8% 0.64% -
XYZ 15.85 27.32 5.8 -
YUV 120.27 78.18 93.57 -
System Red Green Blue C M Y K H S L
Decimal 72 162 32 0.56 0 0.80 0.36 101.54 0.67 0.38
Hex 48 A2 20 38 0 50 24 66 43 26
Octal 110 242 40 70 0 120 44 146 103 46
Binary 1001000 10100010 100000 111000 0 1010000 100100 1100110 1000011 100110

Color Harmonies of #48A220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A220

Black with #48A220

Text Example


Text Example

White with #48A220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48A220; }

 p { color: rgb(72,162,32); }

 H1.HeaderClassName
 {
   color: #48A220;
 }
 .AnyTagClassName
 {
   color: #48A220;
 }
</style>

background-color css

<style>
 a { background-color: #48A220; }

 a { background-color: rgb(72,162,32); }

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

border-color css

<style>
 span { border-color: #48A220; }

 span { border-color: rgb(72,162,32); }

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