Html Css Color HEX #48940F La Palma

📋 copy color: '#48940F'

red 72 ◦ green 148 ◦ blue 15

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

Shades of La Palma #48940F

Tints of La Palma #48940F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.38%

R = 30.64%
G = 62.98%
B = 6.38%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#48940F (or 0x48940F) is known color: La Palma. HEX triplet: 48, 94 and 0F. RGB value is (72,148,15). Sum of RGB (Red+Green+Blue) = 72+148+15=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 148 (58.20% from 255 or 62.98% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 148 - color contains mainly: green. Hex color #48940F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48940F is #B76BF0. Grayscale: #6E6E6E. Windows color (decimal): -12020721 or 1021000. OLE color: 1021000.

HSL color Cylindrical-coordinate representation of color #48940F: hue angle of 94.29º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48940F is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 148 15 -
CMYK 0.51 0 0.90 0.42
HSL 94.29º 0.82% 0.32% -
HSV(B) 94.29º 0.9% 0.58% -
XYZ 13.35 22.59 4.11 -
YUV 110.11 74.32 100.81 -
System Red Green Blue C M Y K H S L
Decimal 72 148 15 0.51 0 0.90 0.42 94.29 0.82 0.32
Hex 48 94 F 33 0 5A 2A 5E 52 20
Octal 110 224 17 63 0 132 52 136 122 40
Binary 1001000 10010100 1111 110011 0 1011010 101010 1011110 1010010 100000

Color Harmonies of #48940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48940F

Black with #48940F

Text Example


Text Example

White with #48940F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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