Html Css Color HEX #48932D La Palma

📋 copy color: '#48932D'

red 72 ◦ green 147 ◦ blue 45

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

Shades of La Palma #48932D

Tints of La Palma #48932D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 55.68%

 BLUE value IS 45 (17.97% from 255) = 17.05%

R = 27.27%
G = 55.68%
B = 17.05%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#48932D (or 0x48932D) is known color: La Palma. HEX triplet: 48, 93 and 2D. RGB value is (72,147,45). Sum of RGB (Red+Green+Blue) = 72+147+45=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 147 (57.81% from 255 or 55.68% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 147 - color contains mainly: green. Hex color #48932D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48932D is #B76CD2. Grayscale: #717171. Windows color (decimal): -12020947 or 2986824. OLE color: 2986824.

HSL color Cylindrical-coordinate representation of color #48932D: hue angle of 104.12º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48932D is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 147 45 -
CMYK 0.51 0 0.69 0.42
HSL 104.12º 0.53% 0.38% -
HSV(B) 104.12º 0.69% 0.58% -
XYZ 13.58 22.43 6.1 -
YUV 112.95 89.65 98.79 -
System Red Green Blue C M Y K H S L
Decimal 72 147 45 0.51 0 0.69 0.42 104.12 0.53 0.38
Hex 48 93 2D 33 0 45 2A 68 35 26
Octal 110 223 55 63 0 105 52 150 65 46
Binary 1001000 10010011 101101 110011 0 1000101 101010 1101000 110101 100110

Color Harmonies of #48932D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48932D

Black with #48932D

Text Example


Text Example

White with #48932D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,147,45); }

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

background-color css

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

 a { background-color: rgb(72,147,45); }

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

border-color css

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

 span { border-color: rgb(72,147,45); }

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