#48972B

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

Shades of La Palma #48972B

Tints of La Palma #48972B

Color information

#48972B (or 0x48972B) is unknown color: approx La Palma. HEX triplet: 48, 97 and 2B. RGB value is (72,151,43). Sum of RGB (Red+Green+Blue) = 72+151+43=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 151 (59.38% from 255 or 56.77% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 151 - color contains mainly: green. Hex color #48972B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48972B is #B768D4. Grayscale: #737373. Windows color (decimal): -12019925 or 2856776. OLE color: 2856776.

HSL color Cylindrical-coordinate representation of color #48972B: hue angle of 103.89º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48972B is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB7215143-
CMYK0.5200.720.41
HSL103.89º55.67%38.04%-
HSV(B)103.89º71.52%59.22%-
XYZ14.1823.696.11-
YUV115.0787.3397.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.07%
GREEN value IS 151 (59.38% from 255) = 56.77%
BLUE value IS 43 (17.19% from 255) = 16.17%
R=27.07%
G=56.77%
B=16.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal72151430.5200.720.41103.8955.6738.04
Hex48972B3404829683826
Octal11022753640110511507046
Binary100100010010111101011110100010010001010011101000111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48972B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48972B; }

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

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

<style>
 a { background-color: #48972B; }

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

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

<style>
 span { border-color: #48972B; }

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

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