#489B2F

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

Shades of La Palma #489B2F

Tints of La Palma #489B2F

Color information

#489B2F (or 0x489B2F) is unknown color: approx La Palma. HEX triplet: 48, 9B and 2F. RGB value is (72,155,47). Sum of RGB (Red+Green+Blue) = 72+155+47=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 155 (60.94% from 255 or 56.57% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 155 - color contains mainly: green. Hex color #489B2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489B2F is #B764D0. Grayscale: #767676. Windows color (decimal): -12018897 or 3119944. OLE color: 3119944.

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

Color convert

RGB7215547-
CMYK0.5400.700.39
HSL106.11º53.47%39.61%-
HSV(B)106.11º69.68%60.78%-
XYZ14.9125.036.73-
YUV117.878895.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.28%
GREEN value IS 155 (60.94% from 255) = 56.57%
BLUE value IS 47 (18.75% from 255) = 17.15%
R=26.28%
G=56.57%
B=17.15%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal72155470.5400.700.39106.1153.4739.61
Hex489B2F36046276a3528
Octal11023357660106471526550
Binary100100010011011101111110110010001101001111101010110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489B2F; }

 p { color: rgb(72,155,47); }

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

<style>
 a { background-color: #489B2F; }

 a { background-color: rgb(72,155,47); }

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

<style>
 span { border-color: #489B2F; }

 span { border-color: rgb(72,155,47); }

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