#488C1D

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

Shades of La Palma #488C1D

Tints of La Palma #488C1D

Color information

#488C1D (or 0x488C1D) is unknown color: approx La Palma. HEX triplet: 48, 8C and 1D. RGB value is (72,140,29). Sum of RGB (Red+Green+Blue) = 72+140+29=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 140 (55.08% from 255 or 58.09% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 140 - color contains mainly: green. Hex color #488C1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488C1D is #B773E2. Grayscale: #6B6B6B. Windows color (decimal): -12022755 or 1936456. OLE color: 1936456.

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

Color convert

RGB7214029-
CMYK0.4900.790.45
HSL96.76º65.68%33.14%-
HSV(B)96.76º79.29%54.9%-
XYZ12.2720.224.42-
YUV107.0183.97103.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.88%
GREEN value IS 140 (55.08% from 255) = 58.09%
BLUE value IS 29 (11.72% from 255) = 12.03%
R=29.88%
G=58.09%
B=12.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72140290.4900.790.4596.7665.6833.14
Hex488C1D3104F2D614221
Octal110214356101175514110241
Binary100100010001100111011100010100111110110111000011000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,140,29); }

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

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

 a { background-color: rgb(72,140,29); }

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

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

 span { border-color: rgb(72,140,29); }

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