#488D2A

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

Shades of La Palma #488D2A

Tints of La Palma #488D2A

Color information

#488D2A (or 0x488D2A) is unknown color: approx La Palma. HEX triplet: 48, 8D and 2A. RGB value is (72,141,42). Sum of RGB (Red+Green+Blue) = 72+141+42=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 141 (55.47% from 255 or 55.29% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 141 - color contains mainly: green. Hex color #488D2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488D2A is #B772D5. Grayscale: #6D6D6D. Windows color (decimal): -12022486 or 2788680. OLE color: 2788680.

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

Color convert

RGB7214142-
CMYK0.4900.700.45
HSL101.82º54.1%35.88%-
HSV(B)101.82º70.21%55.29%-
XYZ12.6220.595.5-
YUV109.0890.14101.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.24%
GREEN value IS 141 (55.47% from 255) = 55.29%
BLUE value IS 42 (16.80% from 255) = 16.47%
R=28.24%
G=55.29%
B=16.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72141420.4900.700.45101.8254.135.88
Hex488D2A310462D663624
Octal11021552610106551466644
Binary100100010001101101010110001010001101011011100110110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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