Html Css Color HEX #48982A La Palma

📋 copy color: '#48982A'

red 72 ◦ green 152 ◦ blue 42

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

Shades of La Palma #48982A

Tints of La Palma #48982A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.79%

R = 27.07%
G = 57.14%
B = 15.79%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#48982A (or 0x48982A) is known color: La Palma. HEX triplet: 48, 98 and 2A. RGB value is (72,152,42). Sum of RGB (Red+Green+Blue) = 72+152+42=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 152 (59.77% from 255 or 57.14% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 152 - color contains mainly: green. Hex color #48982A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48982A is #B767D5. Grayscale: #737373. Windows color (decimal): -12019670 or 2791496. OLE color: 2791496.

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

Color convert

RGB 72 152 42 -
CMYK 0.53 0 0.72 0.40
HSL 103.64º 0.57% 0.38% -
HSV(B) 103.64º 0.72% 0.6% -
XYZ 14.32 24 6.07 -
YUV 115.54 86.5 96.94 -
System Red Green Blue C M Y K H S L
Decimal 72 152 42 0.53 0 0.72 0.40 103.64 0.57 0.38
Hex 48 98 2A 35 0 48 28 68 39 26
Octal 110 230 52 65 0 110 50 150 71 46
Binary 1001000 10011000 101010 110101 0 1001000 101000 1101000 111001 100110

Color Harmonies of #48982A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48982A

Black with #48982A

Text Example


Text Example

White with #48982A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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