Html Css Color HEX #48A221 La Palma

📋 copy color: '#48A221'

red 72 ◦ green 162 ◦ blue 33

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

Shades of La Palma #48A221

Tints of La Palma #48A221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.36%

R = 26.97%
G = 60.67%
B = 12.36%

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

#48A221 (or 0x48A221) is known color: La Palma. HEX triplet: 48, A2 and 21. RGB value is (72,162,33). Sum of RGB (Red+Green+Blue) = 72+162+33=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 162 (63.67% from 255 or 60.67% from 267); Blue value is 33 (13.28% from 255 or 12.36% from 267); Max value from RGB is 162 - color contains mainly: green. Hex color #48A221 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A221 is #B75DDE. Grayscale: #787878. Windows color (decimal): -12017119 or 2204232. OLE color: 2204232.

HSL color Cylindrical-coordinate representation of color #48A221: hue angle of 101.86º degrees, saturation: 0.66, 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 #48A221 is Cyan = 0.56, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 72 162 33 -
CMYK 0.56 0 0.80 0.36
HSL 101.86º 0.66% 0.38% -
HSV(B) 101.86º 0.8% 0.64% -
XYZ 15.87 27.33 5.88 -
YUV 120.38 78.68 93.49 -
System Red Green Blue C M Y K H S L
Decimal 72 162 33 0.56 0 0.80 0.36 101.86 0.66 0.38
Hex 48 A2 21 38 0 50 24 66 42 26
Octal 110 242 41 70 0 120 44 146 102 46
Binary 1001000 10100010 100001 111000 0 1010000 100100 1100110 1000010 100110

Color Harmonies of #48A221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A221

Black with #48A221

Text Example


Text Example

White with #48A221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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