Html Css Color HEX #48901F La Palma

📋 copy color: '#48901F'

red 72 ◦ green 144 ◦ blue 31

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

Shades of La Palma #48901F

Tints of La Palma #48901F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 58.3%

 BLUE value IS 31 (12.5% from 255) = 12.55%

R = 29.15%
G = 58.3%
B = 12.55%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#48901F (or 0x48901F) is known color: La Palma. HEX triplet: 48, 90 and 1F. RGB value is (72,144,31). Sum of RGB (Red+Green+Blue) = 72+144+31=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 144 (56.64% from 255 or 58.30% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 144 - color contains mainly: green. Hex color #48901F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48901F is #B76FE0. Grayscale: #6D6D6D. Windows color (decimal): -12021729 or 2068552. OLE color: 2068552.

HSL color Cylindrical-coordinate representation of color #48901F: hue angle of 98.23º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48901F is Cyan = 0.50, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 144 31 -
CMYK 0.50 0 0.78 0.44
HSL 98.23º 0.65% 0.34% -
HSV(B) 98.23º 0.78% 0.56% -
XYZ 12.89 21.42 4.75 -
YUV 109.59 83.65 101.19 -
System Red Green Blue C M Y K H S L
Decimal 72 144 31 0.50 0 0.78 0.44 98.23 0.65 0.34
Hex 48 90 1F 32 0 4E 2C 62 41 22
Octal 110 220 37 62 0 116 54 142 101 42
Binary 1001000 10010000 11111 110010 0 1001110 101100 1100010 1000001 100010

Color Harmonies of #48901F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48901F

Black with #48901F

Text Example


Text Example

White with #48901F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48901F; }

 p { color: rgb(72,144,31); }

 H1.HeaderClassName
 {
   color: #48901F;
 }
 .AnyTagClassName
 {
   color: #48901F;
 }
</style>

background-color css

<style>
 a { background-color: #48901F; }

 a { background-color: rgb(72,144,31); }

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

border-color css

<style>
 span { border-color: #48901F; }

 span { border-color: rgb(72,144,31); }

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