#479f2f

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

Shades of La Palma #479F2F

Tints of La Palma #479F2F

Color information

#479F2F (or 0x479F2F) is unknown color: approx La Palma. HEX triplet: 47, 9F and 2F. RGB value is (71,159,47). Sum of RGB (Red+Green+Blue) = 71+159+47=277 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.63% from 277); Green value is 159 (62.5% from 255 or 57.40% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 159 - color contains mainly: green. Hex color #479F2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479F2F is #B860D0. Grayscale: #787878. Windows color (decimal): -12083409 or 3120967. OLE color: 3120967.

HSL color Cylindrical-coordinate representation of color #479F2F: hue angle of 107.14º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #479F2F is Cyan = 0.55, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB7115947-
CMYK0.5500.700.38
HSL107.14º54.37%40.39%-
HSV(B)107.14º70.44%62.35%-
XYZ15.5126.346.96-
YUV119.9286.8593.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.63%
GREEN value IS 159 (62.5% from 255) = 57.40%
BLUE value IS 47 (18.75% from 255) = 16.97%
R=25.63%
G=57.40%
B=16.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71159470.5500.700.38107.1454.3740.39
Hex479F2F37046266b3628
Octal10723757670106461536650
Binary100011110011111101111110111010001101001101101011110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479f2f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479f2f; }

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

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

<style>
 a { background-color: #479f2f; }

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

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

<style>
 span { border-color: #479f2f; }

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

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