#47982A

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

Shades of La Palma #47982A

Tints of La Palma #47982A

Color information

#47982A (or 0x47982A) is unknown color: approx La Palma. HEX triplet: 47, 98 and 2A. RGB value is (71,152,42). Sum of RGB (Red+Green+Blue) = 71+152+42=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 152 (59.77% from 255 or 57.36% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 152 - color contains mainly: green. Hex color #47982A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47982A is #B867D5. Grayscale: #737373. Windows color (decimal): -12085206 or 2791495. OLE color: 2791495.

HSL color Cylindrical-coordinate representation of color #47982A: hue angle of 104.18º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47982A is Cyan = 0.53, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB7115242-
CMYK0.5300.720.40
HSL104.18º56.7%38.04%-
HSV(B)104.18º72.37%59.61%-
XYZ14.2423.966.07-
YUV115.2486.6696.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.79%
GREEN value IS 152 (59.77% from 255) = 57.36%
BLUE value IS 42 (16.80% from 255) = 15.85%
R=26.79%
G=57.36%
B=15.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71152420.5300.720.40104.1856.738.04
Hex47982A3504828683926
Octal10723052650110501507146
Binary100011110011000101010110101010010001010001101000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47982A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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