Html Css Color HEX #488B30 La Palma

📋 copy color: '#488B30'

red 72 ◦ green 139 ◦ blue 48

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

Shades of La Palma #488B30

Tints of La Palma #488B30

RGB

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

 GREEN value IS 139 (54.69% from 255) = 53.67%

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

R = 27.8%
G = 53.67%
B = 18.53%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#488B30 (or 0x488B30) is known color: La Palma. HEX triplet: 48, 8B and 30. RGB value is (72,139,48). Sum of RGB (Red+Green+Blue) = 72+139+48=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 139 (54.69% from 255 or 53.67% from 259); Blue value is 48 (19.14% from 255 or 18.53% from 259); Max value from RGB is 139 - color contains mainly: green. Hex color #488B30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488B30 is #B774CF. Grayscale: #6C6C6C. Windows color (decimal): -12022992 or 3181384. OLE color: 3181384.

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

Color convert

RGB 72 139 48 -
CMYK 0.48 0 0.65 0.45
HSL 104.18º 0.49% 0.37% -
HSV(B) 104.18º 0.65% 0.55% -
XYZ 12.44 20.06 6.01 -
YUV 108.59 93.8 101.9 -
System Red Green Blue C M Y K H S L
Decimal 72 139 48 0.48 0 0.65 0.45 104.18 0.49 0.37
Hex 48 8B 30 30 0 41 2D 68 31 25
Octal 110 213 60 60 0 101 55 150 61 45
Binary 1001000 10001011 110000 110000 0 1000001 101101 1101000 110001 100101

Color Harmonies of #488B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488B30

Black with #488B30

Text Example


Text Example

White with #488B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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