Html Css Color HEX #48921F La Palma

📋 copy color: '#48921F'

red 72 ◦ green 146 ◦ blue 31

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

Shades of La Palma #48921F

Tints of La Palma #48921F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 58.63%

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

R = 28.92%
G = 58.63%
B = 12.45%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#48921F (or 0x48921F) is known color: La Palma. HEX triplet: 48, 92 and 1F. RGB value is (72,146,31). Sum of RGB (Red+Green+Blue) = 72+146+31=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 146 (57.42% from 255 or 58.63% from 249); Blue value is 31 (12.5% from 255 or 12.45% from 249); Max value from RGB is 146 - color contains mainly: green. Hex color #48921F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48921F is #B76DE0. Grayscale: #6F6F6F. Windows color (decimal): -12021217 or 2069064. OLE color: 2069064.

HSL color Cylindrical-coordinate representation of color #48921F: hue angle of 98.61º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #48921F is Cyan = 0.51, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 146 31 -
CMYK 0.51 0 0.79 0.43
HSL 98.61º 0.65% 0.35% -
HSV(B) 98.61º 0.79% 0.57% -
XYZ 13.2 22.03 4.85 -
YUV 110.76 82.98 100.35 -
System Red Green Blue C M Y K H S L
Decimal 72 146 31 0.51 0 0.79 0.43 98.61 0.65 0.35
Hex 48 92 1F 33 0 4F 2B 63 41 23
Octal 110 222 37 63 0 117 53 143 101 43
Binary 1001000 10010010 11111 110011 0 1001111 101011 1100011 1000001 100011

Color Harmonies of #48921F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48921F

Black with #48921F

Text Example


Text Example

White with #48921F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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