#47A228

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

Shades of La Palma #47A228

Tints of La Palma #47A228

Color information

#47A228 (or 0x47A228) is unknown color: approx La Palma. HEX triplet: 47, A2 and 28. RGB value is (71,162,40). Sum of RGB (Red+Green+Blue) = 71+162+40=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 162 (63.67% from 255 or 59.34% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 162 - color contains mainly: green. Hex color #47A228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47A228 is #B85DD7. Grayscale: #797979. Windows color (decimal): -12082648 or 2662983. OLE color: 2662983.

HSL color Cylindrical-coordinate representation of color #47A228: hue angle of 104.75º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #47A228 is Cyan = 0.56, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB7116240-
CMYK0.5600.750.36
HSL104.75º60.4%39.61%-
HSV(B)104.75º75.31%63.53%-
XYZ15.927.336.45-
YUV120.8882.3592.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.01%
GREEN value IS 162 (63.67% from 255) = 59.34%
BLUE value IS 40 (16.02% from 255) = 14.65%
R=26.01%
G=59.34%
B=14.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal71162400.5600.750.36104.7560.439.61
Hex47A2283804B24693c28
Octal10724250700113441517450
Binary100011110100010101000111000010010111001001101001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47A228; }

 p { color: rgb(71,162,40); }

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

<style>
 a { background-color: #47A228; }

 a { background-color: rgb(71,162,40); }

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

<style>
 span { border-color: #47A228; }

 span { border-color: rgb(71,162,40); }

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