#4F8D2E

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

Shades of La Palma #4F8D2E

Tints of La Palma #4F8D2E

Color information

#4F8D2E (or 0x4F8D2E) is unknown color: approx La Palma. HEX triplet: 4F, 8D and 2E. RGB value is (79,141,46). Sum of RGB (Red+Green+Blue) = 79+141+46=266 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.70% from 266); Green value is 141 (55.47% from 255 or 53.01% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 141 - color contains mainly: green. Hex color #4F8D2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F8D2E is #B072D1. Grayscale: #6F6F6F. Windows color (decimal): -11563730 or 3050831. OLE color: 3050831.

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

Color convert

RGB7914146-
CMYK0.4400.670.45
HSL99.16º50.8%36.67%-
HSV(B)99.16º67.38%55.29%-
XYZ13.2420.915.92-
YUV111.6390.96104.72-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.70%
GREEN value IS 141 (55.47% from 255) = 53.01%
BLUE value IS 46 (18.36% from 255) = 17.29%
R=29.70%
G=53.01%
B=17.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal79141460.4400.670.4599.1650.836.67
Hex4F8D2E2C0432D633325
Octal11721556540103551436345
Binary100111110001101101110101100010000111011011100011110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F8D2E; }

 p { color: rgb(79,141,46); }

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

<style>
 a { background-color: #4F8D2E; }

 a { background-color: rgb(79,141,46); }

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

<style>
 span { border-color: #4F8D2E; }

 span { border-color: rgb(79,141,46); }

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