#48A029

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

Shades of La Palma #48A029

Tints of La Palma #48A029

Color information

#48A029 (or 0x48A029) is unknown color: approx La Palma. HEX triplet: 48, A0 and 29. RGB value is (72,160,41). Sum of RGB (Red+Green+Blue) = 72+160+41=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 160 (62.89% from 255 or 58.61% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 160 - color contains mainly: green. Hex color #48A029 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A029 is #B75FD6. Grayscale: #787878. Windows color (decimal): -12017623 or 2728008. OLE color: 2728008.

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

Color convert

RGB7216041-
CMYK0.5500.740.37
HSL104.37º59.2%39.41%-
HSV(B)104.37º74.37%62.75%-
XYZ15.6426.686.42-
YUV120.1283.3593.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.37%
GREEN value IS 160 (62.89% from 255) = 58.61%
BLUE value IS 41 (16.41% from 255) = 15.02%
R=26.37%
G=58.61%
B=15.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal72160410.5500.740.37104.3759.239.41
Hex48A0293704A25683b27
Octal11024051670112451507347
Binary100100010100000101001110111010010101001011101000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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