#48992A

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

Shades of La Palma #48992A

Tints of La Palma #48992A

Color information

#48992A (or 0x48992A) is unknown color: approx La Palma. HEX triplet: 48, 99 and 2A. RGB value is (72,153,42). Sum of RGB (Red+Green+Blue) = 72+153+42=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 153 (60.16% from 255 or 57.30% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 153 - color contains mainly: green. Hex color #48992A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48992A is #B766D5. Grayscale: #747474. Windows color (decimal): -12019414 or 2791752. OLE color: 2791752.

HSL color Cylindrical-coordinate representation of color #48992A: hue angle of 103.78º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #48992A is Cyan = 0.53, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB7215342-
CMYK0.5300.730.4
HSL103.78º56.92%38.24%-
HSV(B)103.78º72.55%60%-
XYZ14.4824.336.12-
YUV116.1386.1696.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.97%
GREEN value IS 153 (60.16% from 255) = 57.30%
BLUE value IS 42 (16.80% from 255) = 15.73%
R=26.97%
G=57.30%
B=15.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal72153420.5300.730.4103.7856.9238.24
Hex48992A3504928683926
Octal11023152650111501507146
Binary100100010011001101010110101010010011010001101000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48992A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48992A; }

 p { color: rgb(72,153,42); }

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

<style>
 a { background-color: #48992A; }

 a { background-color: rgb(72,153,42); }

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

<style>
 span { border-color: #48992A; }

 span { border-color: rgb(72,153,42); }

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