Html Css Color HEX #488D2C La Palma

📋 copy color: '#488D2C'

red 72 ◦ green 141 ◦ blue 44

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

Shades of La Palma #488D2C

Tints of La Palma #488D2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.12%

R = 28.02%
G = 54.86%
B = 17.12%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#488D2C (or 0x488D2C) is known color: La Palma. HEX triplet: 48, 8D and 2C. RGB value is (72,141,44). Sum of RGB (Red+Green+Blue) = 72+141+44=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 141 (55.47% from 255 or 54.86% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 141 - color contains mainly: green. Hex color #488D2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488D2C is #B772D3. Grayscale: #6D6D6D. Windows color (decimal): -12022484 or 2919752. OLE color: 2919752.

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

Color convert

RGB 72 141 44 -
CMYK 0.49 0 0.69 0.45
HSL 102.68º 0.52% 0.36% -
HSV(B) 102.68º 0.69% 0.55% -
XYZ 12.65 20.61 5.69 -
YUV 109.31 91.14 101.39 -
System Red Green Blue C M Y K H S L
Decimal 72 141 44 0.49 0 0.69 0.45 102.68 0.52 0.36
Hex 48 8D 2C 31 0 45 2D 67 34 24
Octal 110 215 54 61 0 105 55 147 64 44
Binary 1001000 10001101 101100 110001 0 1000101 101101 1100111 110100 100100

Color Harmonies of #488D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488D2C

Black with #488D2C

Text Example


Text Example

White with #488D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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