Html Css Color HEX #48932F La Palma

📋 copy color: '#48932F'

red 72 ◦ green 147 ◦ blue 47

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

Shades of La Palma #48932F

Tints of La Palma #48932F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.67%

R = 27.07%
G = 55.26%
B = 17.67%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#48932F (or 0x48932F) is known color: La Palma. HEX triplet: 48, 93 and 2F. RGB value is (72,147,47). Sum of RGB (Red+Green+Blue) = 72+147+47=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 147 (57.81% from 255 or 55.26% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 147 - color contains mainly: green. Hex color #48932F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48932F is #B76CD0. Grayscale: #717171. Windows color (decimal): -12020945 or 3117896. OLE color: 3117896.

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

Color convert

RGB 72 147 47 -
CMYK 0.51 0 0.68 0.42
HSL 105º 0.52% 0.38% -
HSV(B) 105º 0.68% 0.58% -
XYZ 13.62 22.45 6.3 -
YUV 113.18 90.65 98.63 -
System Red Green Blue C M Y K H S L
Decimal 72 147 47 0.51 0 0.68 0.42 105 0.52 0.38
Hex 48 93 2F 33 0 44 2A 69 34 26
Octal 110 223 57 63 0 104 52 151 64 46
Binary 1001000 10010011 101111 110011 0 1000100 101010 1101001 110100 100110

Color Harmonies of #48932F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48932F

Black with #48932F

Text Example


Text Example

White with #48932F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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