Html Css Color HEX #488C30 La Palma

📋 copy color: '#488C30'

red 72 ◦ green 140 ◦ blue 48

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

Shades of La Palma #488C30

Tints of La Palma #488C30

RGB

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

 GREEN value IS 140 (55.08% from 255) = 53.85%

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

R = 27.69%
G = 53.85%
B = 18.46%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.66

 K value IS 0.45

RGB Variations

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

Color information

#488C30 (or 0x488C30) is known color: La Palma. HEX triplet: 48, 8C and 30. RGB value is (72,140,48). Sum of RGB (Red+Green+Blue) = 72+140+48=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 140 (55.08% from 255 or 53.85% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 140 - color contains mainly: green. Hex color #488C30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488C30 is #B773CF. Grayscale: #6D6D6D. Windows color (decimal): -12022736 or 3181640. OLE color: 3181640.

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

Color convert

RGB 72 140 48 -
CMYK 0.49 0 0.66 0.45
HSL 104.35º 0.49% 0.37% -
HSV(B) 104.35º 0.66% 0.55% -
XYZ 12.58 20.35 6.06 -
YUV 109.18 93.47 101.48 -
System Red Green Blue C M Y K H S L
Decimal 72 140 48 0.49 0 0.66 0.45 104.35 0.49 0.37
Hex 48 8C 30 31 0 42 2D 68 31 25
Octal 110 214 60 61 0 102 55 150 61 45
Binary 1001000 10001100 110000 110001 0 1000010 101101 1101000 110001 100101

Color Harmonies of #488C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488C30

Black with #488C30

Text Example


Text Example

White with #488C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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