Html Css Color HEX #488D2E La Palma

📋 copy color: '#488D2E'

red 72 ◦ green 141 ◦ blue 46

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

Shades of La Palma #488D2E

Tints of La Palma #488D2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.76%

R = 27.8%
G = 54.44%
B = 17.76%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#488D2E (or 0x488D2E) is known color: La Palma. HEX triplet: 48, 8D and 2E. RGB value is (72,141,46). Sum of RGB (Red+Green+Blue) = 72+141+46=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 141 (55.47% from 255 or 54.44% from 259); Blue value is 46 (18.36% from 255 or 17.76% from 259); Max value from RGB is 141 - color contains mainly: green. Hex color #488D2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488D2E is #B772D1. Grayscale: #6D6D6D. Windows color (decimal): -12022482 or 3050824. OLE color: 3050824.

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

Color convert

RGB 72 141 46 -
CMYK 0.49 0 0.67 0.45
HSL 103.58º 0.51% 0.37% -
HSV(B) 103.58º 0.67% 0.55% -
XYZ 12.69 20.62 5.9 -
YUV 109.54 92.14 101.22 -
System Red Green Blue C M Y K H S L
Decimal 72 141 46 0.49 0 0.67 0.45 103.58 0.51 0.37
Hex 48 8D 2E 31 0 43 2D 68 33 25
Octal 110 215 56 61 0 103 55 150 63 45
Binary 1001000 10001101 101110 110001 0 1000011 101101 1101000 110011 100101

Color Harmonies of #488D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488D2E

Black with #488D2E

Text Example


Text Example

White with #488D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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