Html Css Color HEX #48881E La Palma

📋 copy color: '#48881E'

red 72 ◦ green 136 ◦ blue 30

#48881E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Palma #48881E

Tints of La Palma #48881E

RGB

 RED value IS 72 (28.52% from 255) = 30.25%

 GREEN value IS 136 (53.52% from 255) = 57.14%

 BLUE value IS 30 (12.11% from 255) = 12.61%

R = 30.25%
G = 57.14%
B = 12.61%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#48881E (or 0x48881E) is known color: La Palma. HEX triplet: 48, 88 and 1E. RGB value is (72,136,30). Sum of RGB (Red+Green+Blue) = 72+136+30=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 136 (53.52% from 255 or 57.14% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 136 - color contains mainly: green. Hex color #48881E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48881E is #B777E1. Grayscale: #696969. Windows color (decimal): -12023778 or 2000968. OLE color: 2000968.

HSL color Cylindrical-coordinate representation of color #48881E: hue angle of 96.23º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48881E is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 136 30 -
CMYK 0.47 0 0.78 0.47
HSL 96.23º 0.64% 0.33% -
HSV(B) 96.23º 0.78% 0.53% -
XYZ 11.71 19.08 4.29 -
YUV 104.78 85.8 104.62 -
System Red Green Blue C M Y K H S L
Decimal 72 136 30 0.47 0 0.78 0.47 96.23 0.64 0.33
Hex 48 88 1E 2F 0 4E 2F 60 40 21
Octal 110 210 36 57 0 116 57 140 100 41
Binary 1001000 10001000 11110 101111 0 1001110 101111 1100000 1000000 100001

Color Harmonies of #48881E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48881E

Black with #48881E

Text Example


Text Example

White with #48881E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48881E;
 }
 .AnyTagClassName
 {
   color: #48881E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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