#48A228

Color #48A228 La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #48A228

Tints of La Palma #48A228

Color information

#48A228 (or 0x48A228) is unknown color: approx La Palma. HEX triplet: 48, A2 and 28. RGB value is (72,162,40). Sum of RGB (Red+Green+Blue) = 72+162+40=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 162 (63.67% from 255 or 59.12% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 162 - color contains mainly: green. Hex color #48A228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A228 is #B75DD7. Grayscale: #797979. Windows color (decimal): -12017112 or 2662984. OLE color: 2662984.

HSL color Cylindrical-coordinate representation of color #48A228: hue angle of 104.26º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #48A228 is Cyan = 0.56, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB7216240-
CMYK0.5600.750.36
HSL104.26º60.4%39.61%-
HSV(B)104.26º75.31%63.53%-
XYZ15.9827.376.45-
YUV121.1882.1892.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.28%
GREEN value IS 162 (63.67% from 255) = 59.12%
BLUE value IS 40 (16.02% from 255) = 14.60%
R=26.28%
G=59.12%
B=14.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal72162400.5600.750.36104.2660.439.61
Hex48A2283804B24683c28
Octal11024250700113441507450
Binary100100010100010101000111000010010111001001101000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #48A228;
 }
 .AnyTagClassName
 {
   color: #48A228;
 }
</style>
background-color css

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

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

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

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

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

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