#47A12A

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

Shades of La Palma #47A12A

Tints of La Palma #47A12A

Color information

#47A12A (or 0x47A12A) is unknown color: approx La Palma. HEX triplet: 47, A1 and 2A. RGB value is (71,161,42). Sum of RGB (Red+Green+Blue) = 71+161+42=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 161 (63.28% from 255 or 58.76% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 161 - color contains mainly: green. Hex color #47A12A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47A12A is #B85ED5. Grayscale: #787878. Windows color (decimal): -12082902 or 2793799. OLE color: 2793799.

HSL color Cylindrical-coordinate representation of color #47A12A: hue angle of 105.38º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #47A12A is Cyan = 0.56, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB7116142-
CMYK0.5600.740.37
HSL105.38º58.62%39.8%-
HSV(B)105.38º73.91%63.14%-
XYZ15.76276.57-
YUV120.5283.6892.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.91%
GREEN value IS 161 (63.28% from 255) = 58.76%
BLUE value IS 42 (16.80% from 255) = 15.33%
R=25.91%
G=58.76%
B=15.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal71161420.5600.740.37105.3858.6239.8
Hex47A12A3804A25693b28
Octal10724152700112451517350
Binary100011110100001101010111000010010101001011101001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,161,42); }

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

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

 a { background-color: rgb(71,161,42); }

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

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

 span { border-color: rgb(71,161,42); }

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