Html Css Color HEX #48881D La Palma

📋 copy color: '#48881D'

red 72 ◦ green 136 ◦ blue 29

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

Shades of La Palma #48881D

Tints of La Palma #48881D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.24%

R = 30.38%
G = 57.38%
B = 12.24%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#48881D (or 0x48881D) is known color: La Palma. HEX triplet: 48, 88 and 1D. RGB value is (72,136,29). Sum of RGB (Red+Green+Blue) = 72+136+29=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 136 (53.52% from 255 or 57.38% from 237); Blue value is 29 (11.72% from 255 or 12.24% from 237); Max value from RGB is 136 - color contains mainly: green. Hex color #48881D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48881D is #B777E2. Grayscale: #696969. Windows color (decimal): -12023779 or 1935432. OLE color: 1935432.

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

Color convert

RGB 72 136 29 -
CMYK 0.47 0 0.79 0.47
HSL 95.89º 0.65% 0.32% -
HSV(B) 95.89º 0.79% 0.53% -
XYZ 11.7 19.07 4.23 -
YUV 104.67 85.3 104.7 -
System Red Green Blue C M Y K H S L
Decimal 72 136 29 0.47 0 0.79 0.47 95.89 0.65 0.32
Hex 48 88 1D 2F 0 4F 2F 60 41 20
Octal 110 210 35 57 0 117 57 140 101 40
Binary 1001000 10001000 11101 101111 0 1001111 101111 1100000 1000001 100000

Color Harmonies of #48881D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48881D

Black with #48881D

Text Example


Text Example

White with #48881D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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