#48A02D

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

Shades of La Palma #48A02D

Tints of La Palma #48A02D

Color information

#48A02D (or 0x48A02D) is unknown color: approx La Palma. HEX triplet: 48, A0 and 2D. RGB value is (72,160,45). Sum of RGB (Red+Green+Blue) = 72+160+45=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 160 (62.89% from 255 or 57.76% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 160 - color contains mainly: green. Hex color #48A02D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A02D is #B75FD2. Grayscale: #787878. Windows color (decimal): -12017619 or 2990152. OLE color: 2990152.

HSL color Cylindrical-coordinate representation of color #48A02D: hue angle of 105.91º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48A02D is Cyan = 0.55, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB7216045-
CMYK0.5500.720.37
HSL105.91º56.1%40.2%-
HSV(B)105.91º71.88%62.75%-
XYZ15.7226.716.81-
YUV120.5885.3593.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.99%
GREEN value IS 160 (62.89% from 255) = 57.76%
BLUE value IS 45 (17.97% from 255) = 16.25%
R=25.99%
G=57.76%
B=16.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal72160450.5500.720.37105.9156.140.2
Hex48A02D37048256a3828
Octal11024055670110451527050
Binary100100010100000101101110111010010001001011101010111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,160,45); }

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

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

 a { background-color: rgb(72,160,45); }

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

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

 span { border-color: rgb(72,160,45); }

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