Html Css Color HEX #48982C La Palma

📋 copy color: '#48982C'

red 72 ◦ green 152 ◦ blue 44

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

Shades of La Palma #48982C

Tints of La Palma #48982C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 56.72%

 BLUE value IS 44 (17.58% from 255) = 16.42%

R = 26.87%
G = 56.72%
B = 16.42%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#48982C (or 0x48982C) is known color: La Palma. HEX triplet: 48, 98 and 2C. RGB value is (72,152,44). Sum of RGB (Red+Green+Blue) = 72+152+44=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 152 (59.77% from 255 or 56.72% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 152 - color contains mainly: green. Hex color #48982C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48982C is #B767D3. Grayscale: #747474. Windows color (decimal): -12019668 or 2922568. OLE color: 2922568.

HSL color Cylindrical-coordinate representation of color #48982C: hue angle of 104.44º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48982C is Cyan = 0.53, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB 72 152 44 -
CMYK 0.53 0 0.71 0.40
HSL 104.44º 0.55% 0.38% -
HSV(B) 104.44º 0.71% 0.6% -
XYZ 14.36 24.02 6.26 -
YUV 115.77 87.5 96.78 -
System Red Green Blue C M Y K H S L
Decimal 72 152 44 0.53 0 0.71 0.40 104.44 0.55 0.38
Hex 48 98 2C 35 0 47 28 68 37 26
Octal 110 230 54 65 0 107 50 150 67 46
Binary 1001000 10011000 101100 110101 0 1000111 101000 1101000 110111 100110

Color Harmonies of #48982C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48982C

Black with #48982C

Text Example


Text Example

White with #48982C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48982C; }

 p { color: rgb(72,152,44); }

 H1.HeaderClassName
 {
   color: #48982C;
 }
 .AnyTagClassName
 {
   color: #48982C;
 }
</style>

background-color css

<style>
 a { background-color: #48982C; }

 a { background-color: rgb(72,152,44); }

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

border-color css

<style>
 span { border-color: #48982C; }

 span { border-color: rgb(72,152,44); }

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