#48A42A

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

Shades of La Palma #48A42A

Tints of La Palma #48A42A

Color information

#48A42A (or 0x48A42A) is unknown color: approx La Palma. HEX triplet: 48, A4 and 2A. RGB value is (72,164,42). Sum of RGB (Red+Green+Blue) = 72+164+42=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 164 (64.45% from 255 or 58.99% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 164 - color contains mainly: green. Hex color #48A42A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A42A is #B75BD5. Grayscale: #7A7A7A. Windows color (decimal): -12016598 or 2794568. OLE color: 2794568.

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

Color convert

RGB7216442-
CMYK0.5600.740.36
HSL105.25º59.22%40.39%-
HSV(B)105.25º74.39%64.31%-
XYZ16.3728.16.75-
YUV122.5882.5291.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.90%
GREEN value IS 164 (64.45% from 255) = 58.99%
BLUE value IS 42 (16.80% from 255) = 15.11%
R=25.90%
G=58.99%
B=15.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal72164420.5600.740.36105.2559.2240.39
Hex48A42A3804A24693b28
Octal11024452700112441517350
Binary100100010100100101010111000010010101001001101001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A42A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,164,42); }

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

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

 a { background-color: rgb(72,164,42); }

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

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

 span { border-color: rgb(72,164,42); }

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