#47942F

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

Shades of La Palma #47942F

Tints of La Palma #47942F

Color information

#47942F (or 0x47942F) is unknown color: approx La Palma. HEX triplet: 47, 94 and 2F. RGB value is (71,148,47). Sum of RGB (Red+Green+Blue) = 71+148+47=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 148 (58.20% from 255 or 55.64% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 148 - color contains mainly: green. Hex color #47942F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47942F is #B86BD0. Grayscale: #717171. Windows color (decimal): -12086225 or 3118151. OLE color: 3118151.

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

Color convert

RGB7114847-
CMYK0.5200.680.42
HSL105.74º51.79%38.24%-
HSV(B)105.74º68.24%58.04%-
XYZ13.722.726.35-
YUV113.4690.4997.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.69%
GREEN value IS 148 (58.20% from 255) = 55.64%
BLUE value IS 47 (18.75% from 255) = 17.67%
R=26.69%
G=55.64%
B=17.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71148470.5200.680.42105.7451.7938.24
Hex47942F340442A6a3426
Octal10722457640104521526446
Binary100011110010100101111110100010001001010101101010110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47942F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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