Html Css Color HEX #48960F La Palma

📋 copy color: '#48960F'

red 72 ◦ green 150 ◦ blue 15

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

Shades of La Palma #48960F

Tints of La Palma #48960F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 63.29%

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

R = 30.38%
G = 63.29%
B = 6.33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#48960F (or 0x48960F) is known color: La Palma. HEX triplet: 48, 96 and 0F. RGB value is (72,150,15). Sum of RGB (Red+Green+Blue) = 72+150+15=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 150 (58.98% from 255 or 63.29% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 150 - color contains mainly: green. Hex color #48960F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48960F is #B769F0. Grayscale: #6F6F6F. Windows color (decimal): -12020209 or 1021512. OLE color: 1021512.

HSL color Cylindrical-coordinate representation of color #48960F: hue angle of 94.67º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48960F is Cyan = 0.52, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 150 15 -
CMYK 0.52 0 0.9 0.41
HSL 94.67º 0.82% 0.32% -
HSV(B) 94.67º 0.9% 0.59% -
XYZ 13.67 23.22 4.21 -
YUV 111.29 73.66 99.98 -
System Red Green Blue C M Y K H S L
Decimal 72 150 15 0.52 0 0.9 0.41 94.67 0.82 0.32
Hex 48 96 F 34 0 5A 29 5F 52 20
Octal 110 226 17 64 0 132 51 137 122 40
Binary 1001000 10010110 1111 110100 0 1011010 101001 1011111 1010010 100000

Color Harmonies of #48960F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48960F

Black with #48960F

Text Example


Text Example

White with #48960F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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