#48A22F

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

Shades of La Palma #48A22F

Tints of La Palma #48A22F

Color information

#48A22F (or 0x48A22F) is unknown color: approx La Palma. HEX triplet: 48, A2 and 2F. RGB value is (72,162,47). Sum of RGB (Red+Green+Blue) = 72+162+47=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 162 (63.67% from 255 or 57.65% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 162 - color contains mainly: green. Hex color #48A22F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A22F is #B75DD0. Grayscale: #7A7A7A. Windows color (decimal): -12017105 or 3121736. OLE color: 3121736.

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

Color convert

RGB7216247-
CMYK0.5600.710.36
HSL106.96º55.02%40.98%-
HSV(B)106.96º70.99%63.53%-
XYZ16.1127.427.13-
YUV121.9885.6892.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.62%
GREEN value IS 162 (63.67% from 255) = 57.65%
BLUE value IS 47 (18.75% from 255) = 16.73%
R=25.62%
G=57.65%
B=16.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal72162470.5600.710.36106.9655.0240.98
Hex48A22F38047246b3729
Octal11024257700107441536751
Binary100100010100010101111111000010001111001001101011110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A22F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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