Html Css Color HEX #48932B La Palma

📋 copy color: '#48932B'

red 72 ◦ green 147 ◦ blue 43

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

Shades of La Palma #48932B

Tints of La Palma #48932B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.41%

R = 27.48%
G = 56.11%
B = 16.41%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#48932B (or 0x48932B) is known color: La Palma. HEX triplet: 48, 93 and 2B. RGB value is (72,147,43). Sum of RGB (Red+Green+Blue) = 72+147+43=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 147 (57.81% from 255 or 56.11% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 147 - color contains mainly: green. Hex color #48932B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48932B is #B76CD4. Grayscale: #717171. Windows color (decimal): -12020949 or 2855752. OLE color: 2855752.

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

Color convert

RGB 72 147 43 -
CMYK 0.51 0 0.71 0.42
HSL 103.27º 0.55% 0.37% -
HSV(B) 103.27º 0.71% 0.58% -
XYZ 13.54 22.42 5.9 -
YUV 112.72 88.65 98.96 -
System Red Green Blue C M Y K H S L
Decimal 72 147 43 0.51 0 0.71 0.42 103.27 0.55 0.37
Hex 48 93 2B 33 0 47 2A 67 37 25
Octal 110 223 53 63 0 107 52 147 67 45
Binary 1001000 10010011 101011 110011 0 1000111 101010 1100111 110111 100101

Color Harmonies of #48932B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48932B

Black with #48932B

Text Example


Text Example

White with #48932B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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