#48941E

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

Shades of La Palma #48941E

Tints of La Palma #48941E

Color information

#48941E (or 0x48941E) is unknown color: approx La Palma. HEX triplet: 48, 94 and 1E. RGB value is (72,148,30). Sum of RGB (Red+Green+Blue) = 72+148+30=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 148 (58.20% from 255 or 59.2% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 148 - color contains mainly: green. Hex color #48941E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48941E is #B76BE1. Grayscale: #707070. Windows color (decimal): -12020706 or 2004040. OLE color: 2004040.

HSL color Cylindrical-coordinate representation of color #48941E: hue angle of 98.64º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #48941E is Cyan = 0.51, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB7214830-
CMYK0.5100.800.42
HSL98.64º66.29%34.9%-
HSV(B)98.64º79.73%58.04%-
XYZ13.522.654.89-
YUV111.8281.8299.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.8%
GREEN value IS 148 (58.20% from 255) = 59.2%
BLUE value IS 30 (12.11% from 255) = 12%
R=28.8%
G=59.2%
B=12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72148300.5100.800.4298.6466.2934.9
Hex48941E330502A634223
Octal110224366301205214310243
Binary100100010010100111101100110101000010101011000111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48941E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48941E; }

 p { color: rgb(72,148,30); }

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

<style>
 a { background-color: #48941E; }

 a { background-color: rgb(72,148,30); }

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

<style>
 span { border-color: #48941E; }

 span { border-color: rgb(72,148,30); }

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