#478F2F

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

Shades of La Palma #478F2F

Tints of La Palma #478F2F

Color information

#478F2F (or 0x478F2F) is unknown color: approx La Palma. HEX triplet: 47, 8F and 2F. RGB value is (71,143,47). Sum of RGB (Red+Green+Blue) = 71+143+47=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 143 (56.25% from 255 or 54.79% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 143 - color contains mainly: green. Hex color #478F2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478F2F is #B870D0. Grayscale: #6E6E6E. Windows color (decimal): -12087505 or 3116871. OLE color: 3116871.

HSL color Cylindrical-coordinate representation of color #478F2F: hue angle of 105º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #478F2F is Cyan = 0.50, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB7114347-
CMYK0.5000.670.44
HSL105º50.53%37.25%-
HSV(B)105º67.13%56.08%-
XYZ12.9321.196.1-
YUV110.5392.1599.81-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.20%
GREEN value IS 143 (56.25% from 255) = 54.79%
BLUE value IS 47 (18.75% from 255) = 18.01%
R=27.20%
G=54.79%
B=18.01%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71143470.5000.670.4410550.5337.25
Hex478F2F320432C693325
Octal10721757620103541516345
Binary100011110001111101111110010010000111011001101001110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478F2F; }

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

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

<style>
 a { background-color: #478F2F; }

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

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

<style>
 span { border-color: #478F2F; }

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

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