Html Css Color HEX #48942D La Palma

📋 copy color: '#48942D'

red 72 ◦ green 148 ◦ blue 45

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

Shades of La Palma #48942D

Tints of La Palma #48942D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 55.85%

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

R = 27.17%
G = 55.85%
B = 16.98%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#48942D (or 0x48942D) is known color: La Palma. HEX triplet: 48, 94 and 2D. RGB value is (72,148,45). Sum of RGB (Red+Green+Blue) = 72+148+45=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 148 (58.20% from 255 or 55.85% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 148 - color contains mainly: green. Hex color #48942D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48942D is #B76BD2. Grayscale: #717171. Windows color (decimal): -12020691 or 2987080. OLE color: 2987080.

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

Color convert

RGB 72 148 45 -
CMYK 0.51 0 0.70 0.42
HSL 104.27º 0.53% 0.38% -
HSV(B) 104.27º 0.7% 0.58% -
XYZ 13.74 22.75 6.15 -
YUV 113.53 89.32 98.38 -
System Red Green Blue C M Y K H S L
Decimal 72 148 45 0.51 0 0.70 0.42 104.27 0.53 0.38
Hex 48 94 2D 33 0 46 2A 68 35 26
Octal 110 224 55 63 0 106 52 150 65 46
Binary 1001000 10010100 101101 110011 0 1000110 101010 1101000 110101 100110

Color Harmonies of #48942D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48942D

Black with #48942D

Text Example


Text Example

White with #48942D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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