Html Css Color HEX #48950F La Palma

📋 copy color: '#48950F'

red 72 ◦ green 149 ◦ blue 15

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

Shades of La Palma #48950F

Tints of La Palma #48950F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 63.14%

 BLUE value IS 15 (6.25% from 255) = 6.36%

R = 30.51%
G = 63.14%
B = 6.36%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#48950F (or 0x48950F) is known color: La Palma. HEX triplet: 48, 95 and 0F. RGB value is (72,149,15). Sum of RGB (Red+Green+Blue) = 72+149+15=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 149 (58.59% from 255 or 63.14% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 149 - color contains mainly: green. Hex color #48950F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48950F is #B76AF0. Grayscale: #6F6F6F. Windows color (decimal): -12020465 or 1021256. OLE color: 1021256.

HSL color Cylindrical-coordinate representation of color #48950F: hue angle of 94.48º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48950F is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 149 15 -
CMYK 0.52 0 0.90 0.42
HSL 94.48º 0.82% 0.32% -
HSV(B) 94.48º 0.9% 0.58% -
XYZ 13.51 22.91 4.16 -
YUV 110.7 73.99 100.4 -
System Red Green Blue C M Y K H S L
Decimal 72 149 15 0.52 0 0.90 0.42 94.48 0.82 0.32
Hex 48 95 F 34 0 5A 2A 5E 52 20
Octal 110 225 17 64 0 132 52 136 122 40
Binary 1001000 10010101 1111 110100 0 1011010 101010 1011110 1010010 100000

Color Harmonies of #48950F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48950F

Black with #48950F

Text Example


Text Example

White with #48950F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,149,15); }

 H1.HeaderClassName
 {
   color: #48950F;
 }
 .AnyTagClassName
 {
   color: #48950F;
 }
</style>

background-color css

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

 a { background-color: rgb(72,149,15); }

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

border-color css

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

 span { border-color: rgb(72,149,15); }

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