Html Css Color HEX #488D1F La Palma

📋 copy color: '#488D1F'

red 72 ◦ green 141 ◦ blue 31

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

Shades of La Palma #488D1F

Tints of La Palma #488D1F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 57.79%

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

R = 29.51%
G = 57.79%
B = 12.7%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#488D1F (or 0x488D1F) is known color: La Palma. HEX triplet: 48, 8D and 1F. RGB value is (72,141,31). Sum of RGB (Red+Green+Blue) = 72+141+31=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 141 (55.47% from 255 or 57.79% from 244); Blue value is 31 (12.5% from 255 or 12.70% from 244); Max value from RGB is 141 - color contains mainly: green. Hex color #488D1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488D1F is #B772E0. Grayscale: #6C6C6C. Windows color (decimal): -12022497 or 2067784. OLE color: 2067784.

HSL color Cylindrical-coordinate representation of color #488D1F: hue angle of 97.64º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #488D1F is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 141 31 -
CMYK 0.49 0 0.78 0.45
HSL 97.64º 0.64% 0.34% -
HSV(B) 97.64º 0.78% 0.55% -
XYZ 12.44 20.53 4.6 -
YUV 107.83 84.64 102.44 -
System Red Green Blue C M Y K H S L
Decimal 72 141 31 0.49 0 0.78 0.45 97.64 0.64 0.34
Hex 48 8D 1F 31 0 4E 2D 62 40 22
Octal 110 215 37 61 0 116 55 142 100 42
Binary 1001000 10001101 11111 110001 0 1001110 101101 1100010 1000000 100010

Color Harmonies of #488D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488D1F

Black with #488D1F

Text Example


Text Example

White with #488D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488D1F; }

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

 H1.HeaderClassName
 {
   color: #488D1F;
 }
 .AnyTagClassName
 {
   color: #488D1F;
 }
</style>

background-color css

<style>
 a { background-color: #488D1F; }

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

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

border-color css

<style>
 span { border-color: #488D1F; }

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

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