Html Css Color HEX #48981C La Palma

📋 copy color: '#48981C'

red 72 ◦ green 152 ◦ blue 28

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

Shades of La Palma #48981C

Tints of La Palma #48981C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.11%

R = 28.57%
G = 60.32%
B = 11.11%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#48981C (or 0x48981C) is known color: La Palma. HEX triplet: 48, 98 and 1C. RGB value is (72,152,28). Sum of RGB (Red+Green+Blue) = 72+152+28=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 152 (59.77% from 255 or 60.32% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 152 - color contains mainly: green. Hex color #48981C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48981C is #B767E3. Grayscale: #727272. Windows color (decimal): -12019684 or 1873992. OLE color: 1873992.

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

Color convert

RGB 72 152 28 -
CMYK 0.53 0 0.82 0.40
HSL 98.71º 0.69% 0.35% -
HSV(B) 98.71º 0.82% 0.6% -
XYZ 14.11 23.92 4.97 -
YUV 113.94 79.5 98.08 -
System Red Green Blue C M Y K H S L
Decimal 72 152 28 0.53 0 0.82 0.40 98.71 0.69 0.35
Hex 48 98 1C 35 0 52 28 63 45 23
Octal 110 230 34 65 0 122 50 143 105 43
Binary 1001000 10011000 11100 110101 0 1010010 101000 1100011 1000101 100011

Color Harmonies of #48981C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48981C

Black with #48981C

Text Example


Text Example

White with #48981C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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