Html Css Color HEX #48930D La Palma

📋 copy color: '#48930D'

red 72 ◦ green 147 ◦ blue 13

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

Shades of La Palma #48930D

Tints of La Palma #48930D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 63.36%

 BLUE value IS 13 (5.47% from 255) = 5.6%

R = 31.03%
G = 63.36%
B = 5.6%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#48930D (or 0x48930D) is known color: La Palma. HEX triplet: 48, 93 and 0D. RGB value is (72,147,13). Sum of RGB (Red+Green+Blue) = 72+147+13=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 147 (57.81% from 255 or 63.36% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 147 - color contains mainly: green. Hex color #48930D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48930D is #B76CF2. Grayscale: #6D6D6D. Windows color (decimal): -12020979 or 889672. OLE color: 889672.

HSL color Cylindrical-coordinate representation of color #48930D: hue angle of 93.58º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #48930D is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 147 13 -
CMYK 0.51 0 0.91 0.42
HSL 93.58º 0.84% 0.31% -
HSV(B) 93.58º 0.91% 0.58% -
XYZ 13.18 22.27 3.99 -
YUV 109.3 73.65 101.4 -
System Red Green Blue C M Y K H S L
Decimal 72 147 13 0.51 0 0.91 0.42 93.58 0.84 0.31
Hex 48 93 D 33 0 5B 2A 5E 54 1F
Octal 110 223 15 63 0 133 52 136 124 37
Binary 1001000 10010011 1101 110011 0 1011011 101010 1011110 1010100 11111

Color Harmonies of #48930D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48930D

Black with #48930D

Text Example


Text Example

White with #48930D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48930D; }

 p { color: rgb(72,147,13); }

 H1.HeaderClassName
 {
   color: #48930D;
 }
 .AnyTagClassName
 {
   color: #48930D;
 }
</style>

background-color css

<style>
 a { background-color: #48930D; }

 a { background-color: rgb(72,147,13); }

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

border-color css

<style>
 span { border-color: #48930D; }

 span { border-color: rgb(72,147,13); }

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