#48951F

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

Shades of La Palma #48951F

Tints of La Palma #48951F

Color information

#48951F (or 0x48951F) is unknown color: approx La Palma. HEX triplet: 48, 95 and 1F. RGB value is (72,149,31). Sum of RGB (Red+Green+Blue) = 72+149+31=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 149 (58.59% from 255 or 59.13% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 149 - color contains mainly: green. Hex color #48951F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48951F is #B76AE0. Grayscale: #707070. Windows color (decimal): -12020449 or 2069832. OLE color: 2069832.

HSL color Cylindrical-coordinate representation of color #48951F: hue angle of 99.15º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #48951F is Cyan = 0.52, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB7214931-
CMYK0.5200.790.42
HSL99.15º65.56%35.29%-
HSV(B)99.15º79.19%58.43%-
XYZ13.6722.975.01-
YUV112.5281.9999.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.57%
GREEN value IS 149 (58.59% from 255) = 59.13%
BLUE value IS 31 (12.5% from 255) = 12.30%
R=28.57%
G=59.13%
B=12.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72149310.5200.790.4299.1565.5635.29
Hex48951F3404F2A634223
Octal110225376401175214310243
Binary100100010010101111111101000100111110101011000111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48951F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48951F; }

 p { color: rgb(72,149,31); }

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

<style>
 a { background-color: #48951F; }

 a { background-color: rgb(72,149,31); }

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

<style>
 span { border-color: #48951F; }

 span { border-color: rgb(72,149,31); }

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