#468D28

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

Shades of La Palma #468D28

Tints of La Palma #468D28

Color information

#468D28 (or 0x468D28) is unknown color: approx La Palma. HEX triplet: 46, 8D and 28. RGB value is (70,141,40). Sum of RGB (Red+Green+Blue) = 70+141+40=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 141 (55.47% from 255 or 56.18% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 141 - color contains mainly: green. Hex color #468D28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468D28 is #B972D7. Grayscale: #6C6C6C. Windows color (decimal): -12153560 or 2657606. OLE color: 2657606.

HSL color Cylindrical-coordinate representation of color #468D28: hue angle of 102.18º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #468D28 is Cyan = 0.50, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.45.

Color convert

RGB7014140-
CMYK0.5000.720.45
HSL102.18º55.8%35.49%-
HSV(B)102.18º71.63%55.29%-
XYZ12.4320.515.31-
YUV108.2689.48100.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.89%
GREEN value IS 141 (55.47% from 255) = 56.18%
BLUE value IS 40 (16.02% from 255) = 15.94%
R=27.89%
G=56.18%
B=15.94%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70141400.5000.720.45102.1855.835.49
Hex468D28320482D663823
Octal10621550620110551467043
Binary100011010001101101000110010010010001011011100110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468D28; }

 p { color: rgb(70,141,40); }

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

<style>
 a { background-color: #468D28; }

 a { background-color: rgb(70,141,40); }

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

<style>
 span { border-color: #468D28; }

 span { border-color: rgb(70,141,40); }

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