#508E2F

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

Shades of La Palma #508E2F

Tints of La Palma #508E2F

Color information

#508E2F (or 0x508E2F) is unknown color: approx La Palma. HEX triplet: 50, 8E and 2F. RGB value is (80,142,47). Sum of RGB (Red+Green+Blue) = 80+142+47=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 142 (55.86% from 255 or 52.79% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 142 - color contains mainly: green. Hex color #508E2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508E2F is #AF71D0. Grayscale: #707070. Windows color (decimal): -11497937 or 3116624. OLE color: 3116624.

HSL color Cylindrical-coordinate representation of color #508E2F: hue angle of 99.16º degrees, saturation: 0.5, 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 #508E2F is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB8014247-
CMYK0.4400.670.44
HSL99.16º50.26%37.06%-
HSV(B)99.16º66.9%55.69%-
XYZ13.4921.266.08-
YUV112.6390.96104.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.74%
GREEN value IS 142 (55.86% from 255) = 52.79%
BLUE value IS 47 (18.75% from 255) = 17.47%
R=29.74%
G=52.79%
B=17.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80142470.4400.670.4499.1650.2637.06
Hex508E2F2C0432C633225
Octal12021657540103541436245
Binary101000010001110101111101100010000111011001100011110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508E2F; }

 p { color: rgb(80,142,47); }

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

<style>
 a { background-color: #508E2F; }

 a { background-color: rgb(80,142,47); }

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

<style>
 span { border-color: #508E2F; }

 span { border-color: rgb(80,142,47); }

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