Html Css Color HEX #48951C La Palma

📋 copy color: '#48951C'

red 72 ◦ green 149 ◦ blue 28

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

Shades of La Palma #48951C

Tints of La Palma #48951C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.24%

R = 28.92%
G = 59.84%
B = 11.24%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#48951C (or 0x48951C) is known color: La Palma. HEX triplet: 48, 95 and 1C. RGB value is (72,149,28). Sum of RGB (Red+Green+Blue) = 72+149+28=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 149 (58.59% from 255 or 59.84% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 149 - color contains mainly: green. Hex color #48951C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48951C is #B76AE3. Grayscale: #707070. Windows color (decimal): -12020452 or 1873224. OLE color: 1873224.

HSL color Cylindrical-coordinate representation of color #48951C: hue angle of 98.18º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #48951C is Cyan = 0.52, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 149 28 -
CMYK 0.52 0 0.81 0.42
HSL 98.18º 0.68% 0.35% -
HSV(B) 98.18º 0.81% 0.58% -
XYZ 13.63 22.96 4.81 -
YUV 112.18 80.49 99.34 -
System Red Green Blue C M Y K H S L
Decimal 72 149 28 0.52 0 0.81 0.42 98.18 0.68 0.35
Hex 48 95 1C 34 0 51 2A 62 44 23
Octal 110 225 34 64 0 121 52 142 104 43
Binary 1001000 10010101 11100 110100 0 1010001 101010 1100010 1000100 100011

Color Harmonies of #48951C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48951C

Black with #48951C

Text Example


Text Example

White with #48951C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48951C; }

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

 H1.HeaderClassName
 {
   color: #48951C;
 }
 .AnyTagClassName
 {
   color: #48951C;
 }
</style>

background-color css

<style>
 a { background-color: #48951C; }

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

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

border-color css

<style>
 span { border-color: #48951C; }

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

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