#4A8E28

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

Shades of La Palma #4A8E28

Tints of La Palma #4A8E28

Color information

#4A8E28 (or 0x4A8E28) is unknown color: approx La Palma. HEX triplet: 4A, 8E and 28. RGB value is (74,142,40). Sum of RGB (Red+Green+Blue) = 74+142+40=256 (33% of max value = 765). Red value is 74 (29.30% from 255 or 28.91% from 256); Green value is 142 (55.86% from 255 or 55.47% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 142 - color contains mainly: green. Hex color #4A8E28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8E28 is #B571D7. Grayscale: #6E6E6E. Windows color (decimal): -11891160 or 2657866. OLE color: 2657866.

HSL color Cylindrical-coordinate representation of color #4A8E28: hue angle of 100º 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 #4A8E28 is Cyan = 0.48, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB7414240-
CMYK0.4800.720.44
HSL100º56.04%35.69%-
HSV(B)100º71.83%55.69%-
XYZ12.8820.965.37-
YUV110.0488.47102.29-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.91%
GREEN value IS 142 (55.86% from 255) = 55.47%
BLUE value IS 40 (16.02% from 255) = 15.62%
R=28.91%
G=55.47%
B=15.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal74142400.4800.720.4410056.0435.69
Hex4A8E28300482C643824
Octal11221650600110541447044
Binary100101010001110101000110000010010001011001100100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A8E28; }

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

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

<style>
 a { background-color: #4A8E28; }

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

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

<style>
 span { border-color: #4A8E28; }

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

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