#488E28

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

Shades of La Palma #488E28

Tints of La Palma #488E28

Color information

#488E28 (or 0x488E28) is unknown color: approx La Palma. HEX triplet: 48, 8E and 28. RGB value is (72,142,40). Sum of RGB (Red+Green+Blue) = 72+142+40=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 142 (55.86% from 255 or 55.91% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 142 - color contains mainly: green. Hex color #488E28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488E28 is #B771D7. Grayscale: #6D6D6D. Windows color (decimal): -12022232 or 2657864. OLE color: 2657864.

HSL color Cylindrical-coordinate representation of color #488E28: hue angle of 101.18º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #488E28 is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB7214240-
CMYK0.4900.720.44
HSL101.18º56.04%35.69%-
HSV(B)101.18º71.83%55.69%-
XYZ12.7320.885.37-
YUV109.4488.81101.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.35%
GREEN value IS 142 (55.86% from 255) = 55.91%
BLUE value IS 40 (16.02% from 255) = 15.75%
R=28.35%
G=55.91%
B=15.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72142400.4900.720.44101.1856.0435.69
Hex488E28310482C653824
Octal11021650610110541457044
Binary100100010001110101000110001010010001011001100101111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,142,40); }

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

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

 a { background-color: rgb(72,142,40); }

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

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

 span { border-color: rgb(72,142,40); }

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