#48982D

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

Shades of La Palma #48982D

Tints of La Palma #48982D

Color information

#48982D (or 0x48982D) is unknown color: approx La Palma. HEX triplet: 48, 98 and 2D. RGB value is (72,152,45). Sum of RGB (Red+Green+Blue) = 72+152+45=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 152 (59.77% from 255 or 56.51% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 152 - color contains mainly: green. Hex color #48982D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48982D is #B767D2. Grayscale: #747474. Windows color (decimal): -12019667 or 2988104. OLE color: 2988104.

HSL color Cylindrical-coordinate representation of color #48982D: hue angle of 104.86º 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 #48982D is Cyan = 0.53, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB7215245-
CMYK0.5300.700.40
HSL104.86º54.31%38.63%-
HSV(B)104.86º70.39%59.61%-
XYZ14.3724.026.36-
YUV115.888896.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.77%
GREEN value IS 152 (59.77% from 255) = 56.51%
BLUE value IS 45 (17.97% from 255) = 16.73%
R=26.77%
G=56.51%
B=16.73%

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
Decimal72152450.5300.700.40104.8654.3138.63
Hex48982D3504628693627
Octal11023055650106501516647
Binary100100010011000101101110101010001101010001101001110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48982D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48982D; }

 p { color: rgb(72,152,45); }

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

<style>
 a { background-color: #48982D; }

 a { background-color: rgb(72,152,45); }

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

<style>
 span { border-color: #48982D; }

 span { border-color: rgb(72,152,45); }

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