#48962F

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

Shades of La Palma #48962F

Tints of La Palma #48962F

Color information

#48962F (or 0x48962F) is unknown color: approx La Palma. HEX triplet: 48, 96 and 2F. RGB value is (72,150,47). Sum of RGB (Red+Green+Blue) = 72+150+47=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 150 (58.98% from 255 or 55.76% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 150 - color contains mainly: green. Hex color #48962F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48962F is #B769D0. Grayscale: #737373. Windows color (decimal): -12020177 or 3118664. OLE color: 3118664.

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

Color convert

RGB7215047-
CMYK0.5200.690.41
HSL105.44º52.28%38.63%-
HSV(B)105.44º68.67%58.82%-
XYZ14.0923.46.46-
YUV114.9489.6697.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.77%
GREEN value IS 150 (58.98% from 255) = 55.76%
BLUE value IS 47 (18.75% from 255) = 17.47%
R=26.77%
G=55.76%
B=17.47%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal72150470.5200.690.41105.4452.2838.63
Hex48962F3404529693427
Octal11022657640105511516447
Binary100100010010110101111110100010001011010011101001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48962F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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