#48971f

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

Shades of La Palma #48971F

Tints of La Palma #48971F

Color information

#48971F (or 0x48971F) is unknown color: approx La Palma. HEX triplet: 48, 97 and 1F. RGB value is (72,151,31). Sum of RGB (Red+Green+Blue) = 72+151+31=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 151 (59.38% from 255 or 59.45% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 151 - color contains mainly: green. Hex color #48971F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48971F is #B768E0. Grayscale: #727272. Windows color (decimal): -12019937 or 2070344. OLE color: 2070344.

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

Color convert

RGB7215131-
CMYK0.5200.790.41
HSL99.5º65.93%35.69%-
HSV(B)99.5º79.47%59.22%-
XYZ13.9923.615.12-
YUV113.781.3398.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.35%
GREEN value IS 151 (59.38% from 255) = 59.45%
BLUE value IS 31 (12.5% from 255) = 12.20%
R=28.35%
G=59.45%
B=12.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal72151310.5200.790.4199.565.9335.69
Hex48971F3404F29644224
Octal110227376401175114410244
Binary100100010010111111111101000100111110100111001001000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48971f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48971f; }

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

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

<style>
 a { background-color: #48971f; }

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

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

<style>
 span { border-color: #48971f; }

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

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