Html Css Color HEX #48952A La Palma

📋 copy color: '#48952A'

red 72 ◦ green 149 ◦ blue 42

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

Shades of La Palma #48952A

Tints of La Palma #48952A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.97%

R = 27.38%
G = 56.65%
B = 15.97%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#48952A (or 0x48952A) is known color: La Palma. HEX triplet: 48, 95 and 2A. RGB value is (72,149,42). Sum of RGB (Red+Green+Blue) = 72+149+42=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 149 (58.59% from 255 or 56.65% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 149 - color contains mainly: green. Hex color #48952A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48952A is #B76AD5. Grayscale: #727272. Windows color (decimal): -12020438 or 2790728. OLE color: 2790728.

HSL color Cylindrical-coordinate representation of color #48952A: hue angle of 103.18º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48952A is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 149 42 -
CMYK 0.52 0 0.72 0.42
HSL 103.18º 0.56% 0.37% -
HSV(B) 103.18º 0.72% 0.58% -
XYZ 13.84 23.04 5.91 -
YUV 113.78 87.49 98.2 -
System Red Green Blue C M Y K H S L
Decimal 72 149 42 0.52 0 0.72 0.42 103.18 0.56 0.37
Hex 48 95 2A 34 0 48 2A 67 38 25
Octal 110 225 52 64 0 110 52 147 70 45
Binary 1001000 10010101 101010 110100 0 1001000 101010 1100111 111000 100101

Color Harmonies of #48952A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48952A

Black with #48952A

Text Example


Text Example

White with #48952A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48952A; }

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

 H1.HeaderClassName
 {
   color: #48952A;
 }
 .AnyTagClassName
 {
   color: #48952A;
 }
</style>

background-color css

<style>
 a { background-color: #48952A; }

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

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

border-color css

<style>
 span { border-color: #48952A; }

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

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