#48981D

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

Shades of La Palma #48981D

Tints of La Palma #48981D

Color information

#48981D (or 0x48981D) is unknown color: approx La Palma. HEX triplet: 48, 98 and 1D. RGB value is (72,152,29). Sum of RGB (Red+Green+Blue) = 72+152+29=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 152 (59.77% from 255 or 60.08% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 152 - color contains mainly: green. Hex color #48981D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48981D is #B767E2. Grayscale: #727272. Windows color (decimal): -12019683 or 1939528. OLE color: 1939528.

HSL color Cylindrical-coordinate representation of color #48981D: hue angle of 99.02º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #48981D is Cyan = 0.53, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB7215229-
CMYK0.5300.810.40
HSL99.02º67.96%35.49%-
HSV(B)99.02º80.92%59.61%-
XYZ14.1223.925.04-
YUV114.068098-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.46%
GREEN value IS 152 (59.77% from 255) = 60.08%
BLUE value IS 29 (11.72% from 255) = 11.46%
R=28.46%
G=60.08%
B=11.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal72152290.5300.810.4099.0267.9635.49
Hex48981D3505128634423
Octal110230356501215014310443
Binary100100010011000111011101010101000110100011000111000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48981D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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