#47982E

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

Shades of La Palma #47982E

Tints of La Palma #47982E

Color information

#47982E (or 0x47982E) is unknown color: approx La Palma. HEX triplet: 47, 98 and 2E. RGB value is (71,152,46). Sum of RGB (Red+Green+Blue) = 71+152+46=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 152 (59.77% from 255 or 56.51% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 152 - color contains mainly: green. Hex color #47982E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47982E is #B867D1. Grayscale: #747474. Windows color (decimal): -12085202 or 3053639. OLE color: 3053639.

HSL color Cylindrical-coordinate representation of color #47982E: hue angle of 105.85º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47982E is Cyan = 0.53, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB7115246-
CMYK0.5300.700.40
HSL105.85º53.54%38.82%-
HSV(B)105.85º69.74%59.61%-
XYZ14.3223.996.46-
YUV115.788.6696.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.39%
GREEN value IS 152 (59.77% from 255) = 56.51%
BLUE value IS 46 (18.36% from 255) = 17.10%
R=26.39%
G=56.51%
B=17.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71152460.5300.700.40105.8553.5438.82
Hex47982E35046286a3627
Octal10723056650106501526647
Binary100011110011000101110110101010001101010001101010110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47982E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47982E; }

 p { color: rgb(71,152,46); }

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

<style>
 a { background-color: #47982E; }

 a { background-color: rgb(71,152,46); }

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

<style>
 span { border-color: #47982E; }

 span { border-color: rgb(71,152,46); }

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