Html Css Color HEX #48962D La Palma

📋 copy color: '#48962D'

red 72 ◦ green 150 ◦ blue 45

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

Shades of La Palma #48962D

Tints of La Palma #48962D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 56.18%

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

R = 26.97%
G = 56.18%
B = 16.85%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#48962D (or 0x48962D) is known color: La Palma. HEX triplet: 48, 96 and 2D. RGB value is (72,150,45). Sum of RGB (Red+Green+Blue) = 72+150+45=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 150 (58.98% from 255 or 56.18% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 150 - color contains mainly: green. Hex color #48962D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48962D is #B769D2. Grayscale: #737373. Windows color (decimal): -12020179 or 2987592. OLE color: 2987592.

HSL color Cylindrical-coordinate representation of color #48962D: hue angle of 104.57º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48962D is Cyan = 0.52, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 150 45 -
CMYK 0.52 0 0.70 0.41
HSL 104.57º 0.54% 0.38% -
HSV(B) 104.57º 0.7% 0.59% -
XYZ 14.05 23.38 6.25 -
YUV 114.71 88.66 97.54 -
System Red Green Blue C M Y K H S L
Decimal 72 150 45 0.52 0 0.70 0.41 104.57 0.54 0.38
Hex 48 96 2D 34 0 46 29 69 36 26
Octal 110 226 55 64 0 106 51 151 66 46
Binary 1001000 10010110 101101 110100 0 1000110 101001 1101001 110110 100110

Color Harmonies of #48962D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48962D

Black with #48962D

Text Example


Text Example

White with #48962D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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