#488D2C

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

Shades of La Palma #488D2C

Tints of La Palma #488D2C

Color information

#488D2C (or 0x488D2C) is unknown color: approx La Palma. HEX triplet: 48, 8D and 2C. RGB value is (72,141,44). Sum of RGB (Red+Green+Blue) = 72+141+44=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 141 (55.47% from 255 or 54.86% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 141 - color contains mainly: green. Hex color #488D2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488D2C is #B772D3. Grayscale: #6D6D6D. Windows color (decimal): -12022484 or 2919752. OLE color: 2919752.

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

Color convert

RGB7214144-
CMYK0.4900.690.45
HSL102.68º52.43%36.27%-
HSV(B)102.68º68.79%55.29%-
XYZ12.6520.615.69-
YUV109.3191.14101.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.02%
GREEN value IS 141 (55.47% from 255) = 54.86%
BLUE value IS 44 (17.58% from 255) = 17.12%
R=28.02%
G=54.86%
B=17.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72141440.4900.690.45102.6852.4336.27
Hex488D2C310452D673424
Octal11021554610105551476444
Binary100100010001101101100110001010001011011011100111110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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