#488D2E

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

Shades of La Palma #488D2E

Tints of La Palma #488D2E

Color information

#488D2E (or 0x488D2E) is unknown color: approx La Palma. HEX triplet: 48, 8D and 2E. RGB value is (72,141,46). Sum of RGB (Red+Green+Blue) = 72+141+46=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 141 (55.47% from 255 or 54.44% from 259); Blue value is 46 (18.36% from 255 or 17.76% from 259); Max value from RGB is 141 - color contains mainly: green. Hex color #488D2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488D2E is #B772D1. Grayscale: #6D6D6D. Windows color (decimal): -12022482 or 3050824. OLE color: 3050824.

HSL color Cylindrical-coordinate representation of color #488D2E: hue angle of 103.58º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #488D2E is Cyan = 0.49, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB7214146-
CMYK0.4900.670.45
HSL103.58º50.8%36.67%-
HSV(B)103.58º67.38%55.29%-
XYZ12.6920.625.9-
YUV109.5492.14101.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.80%
GREEN value IS 141 (55.47% from 255) = 54.44%
BLUE value IS 46 (18.36% from 255) = 17.76%
R=27.80%
G=54.44%
B=17.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72141460.4900.670.45103.5850.836.67
Hex488D2E310432D683325
Octal11021556610103551506345
Binary100100010001101101110110001010000111011011101000110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488D2E; }

 p { color: rgb(72,141,46); }

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

<style>
 a { background-color: #488D2E; }

 a { background-color: rgb(72,141,46); }

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

<style>
 span { border-color: #488D2E; }

 span { border-color: rgb(72,141,46); }

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