#48A026

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

Shades of La Palma #48A026

Tints of La Palma #48A026

Color information

#48A026 (or 0x48A026) is unknown color: approx La Palma. HEX triplet: 48, A0 and 26. RGB value is (72,160,38). Sum of RGB (Red+Green+Blue) = 72+160+38=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 160 (62.89% from 255 or 59.26% from 270); Blue value is 38 (15.23% from 255 or 14.07% from 270); Max value from RGB is 160 - color contains mainly: green. Hex color #48A026 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A026 is #B75FD9. Grayscale: #787878. Windows color (decimal): -12017626 or 2531400. OLE color: 2531400.

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

Color convert

RGB7216038-
CMYK0.5500.760.37
HSL103.28º61.62%38.82%-
HSV(B)103.28º76.25%62.75%-
XYZ15.5926.666.16-
YUV119.7881.8593.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.67%
GREEN value IS 160 (62.89% from 255) = 59.26%
BLUE value IS 38 (15.23% from 255) = 14.07%
R=26.67%
G=59.26%
B=14.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal72160380.5500.760.37103.2861.6238.82
Hex48A0263704C25673e27
Octal11024046670114451477647
Binary100100010100000100110110111010011001001011100111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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