#47942B

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

Shades of La Palma #47942B

Tints of La Palma #47942B

Color information

#47942B (or 0x47942B) is unknown color: approx La Palma. HEX triplet: 47, 94 and 2B. RGB value is (71,148,43). Sum of RGB (Red+Green+Blue) = 71+148+43=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 148 (58.20% from 255 or 56.49% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 148 - color contains mainly: green. Hex color #47942B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47942B is #B86BD4. Grayscale: #717171. Windows color (decimal): -12086229 or 2856007. OLE color: 2856007.

HSL color Cylindrical-coordinate representation of color #47942B: hue angle of 104º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47942B is Cyan = 0.52, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB7114843-
CMYK0.5200.710.42
HSL104º54.97%37.45%-
HSV(B)104º70.95%58.04%-
XYZ13.6222.695.95-
YUV113.0188.4998.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.10%
GREEN value IS 148 (58.20% from 255) = 56.49%
BLUE value IS 43 (17.19% from 255) = 16.41%
R=27.10%
G=56.49%
B=16.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71148430.5200.710.4210454.9737.45
Hex47942B340472A683725
Octal10722453640107521506745
Binary100011110010100101011110100010001111010101101000110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47942B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47942B; }

 p { color: rgb(71,148,43); }

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

<style>
 a { background-color: #47942B; }

 a { background-color: rgb(71,148,43); }

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

<style>
 span { border-color: #47942B; }

 span { border-color: rgb(71,148,43); }

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