#48952F

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

Shades of La Palma #48952F

Tints of La Palma #48952F

Color information

#48952F (or 0x48952F) is unknown color: approx La Palma. HEX triplet: 48, 95 and 2F. RGB value is (72,149,47). Sum of RGB (Red+Green+Blue) = 72+149+47=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 149 (58.59% from 255 or 55.60% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 149 - color contains mainly: green. Hex color #48952F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48952F is #B76AD0. Grayscale: #727272. Windows color (decimal): -12020433 or 3118408. OLE color: 3118408.

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

Color convert

RGB7214947-
CMYK0.5200.680.42
HSL105.29º52.04%38.43%-
HSV(B)105.29º68.46%58.43%-
XYZ13.9323.086.41-
YUV114.3589.9997.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.87%
GREEN value IS 149 (58.59% from 255) = 55.60%
BLUE value IS 47 (18.75% from 255) = 17.54%
R=26.87%
G=55.60%
B=17.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72149470.5200.680.42105.2952.0438.43
Hex48952F340442A693426
Octal11022557640104521516446
Binary100100010010101101111110100010001001010101101001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48952F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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