Html Css Color HEX #488130 La Palma

📋 copy color: '#488130'

red 72 ◦ green 129 ◦ blue 48

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

Shades of La Palma #488130

Tints of La Palma #488130

RGB

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

 GREEN value IS 129 (50.78% from 255) = 51.81%

 BLUE value IS 48 (19.14% from 255) = 19.28%

R = 28.92%
G = 51.81%
B = 19.28%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#488130 (or 0x488130) is known color: La Palma. HEX triplet: 48, 81 and 30. RGB value is (72,129,48). Sum of RGB (Red+Green+Blue) = 72+129+48=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 129 (50.78% from 255 or 51.81% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 129 - color contains mainly: green. Hex color #488130 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488130 is #B77ECF. Grayscale: #666666. Windows color (decimal): -12025552 or 3178824. OLE color: 3178824.

HSL color Cylindrical-coordinate representation of color #488130: hue angle of 102.22º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #488130 is Cyan = 0.44, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 129 48 -
CMYK 0.44 0 0.63 0.49
HSL 102.22º 0.46% 0.35% -
HSV(B) 102.22º 0.63% 0.51% -
XYZ 11.06 17.29 5.55 -
YUV 102.72 97.12 106.09 -
System Red Green Blue C M Y K H S L
Decimal 72 129 48 0.44 0 0.63 0.49 102.22 0.46 0.35
Hex 48 81 30 2C 0 3F 31 66 2E 23
Octal 110 201 60 54 0 77 61 146 56 43
Binary 1001000 10000001 110000 101100 0 111111 110001 1100110 101110 100011

Color Harmonies of #488130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488130

Black with #488130

Text Example


Text Example

White with #488130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488130; }

 p { color: rgb(72,129,48); }

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

background-color css

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

 a { background-color: rgb(72,129,48); }

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

border-color css

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

 span { border-color: rgb(72,129,48); }

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