Html Css Color HEX #488915 La Palma

📋 copy color: '#488915'

red 72 ◦ green 137 ◦ blue 21

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

Shades of La Palma #488915

Tints of La Palma #488915

RGB

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

 GREEN value IS 137 (53.91% from 255) = 59.57%

 BLUE value IS 21 (8.59% from 255) = 9.13%

R = 31.3%
G = 59.57%
B = 9.13%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#488915 (or 0x488915) is known color: La Palma. HEX triplet: 48, 89 and 15. RGB value is (72,137,21). Sum of RGB (Red+Green+Blue) = 72+137+21=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 137 (53.91% from 255 or 59.57% from 230); Blue value is 21 (8.59% from 255 or 9.13% from 230); Max value from RGB is 137 - color contains mainly: green. Hex color #488915 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488915 is #B776EA. Grayscale: #686868. Windows color (decimal): -12023531 or 1411400. OLE color: 1411400.

HSL color Cylindrical-coordinate representation of color #488915: hue angle of 93.62º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #488915 is Cyan = 0.47, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 137 21 -
CMYK 0.47 0 0.85 0.46
HSL 93.62º 0.73% 0.31% -
HSV(B) 93.62º 0.85% 0.54% -
XYZ 11.75 19.32 3.82 -
YUV 104.34 80.97 104.93 -
System Red Green Blue C M Y K H S L
Decimal 72 137 21 0.47 0 0.85 0.46 93.62 0.73 0.31
Hex 48 89 15 2F 0 55 2E 5E 49 1F
Octal 110 211 25 57 0 125 56 136 111 37
Binary 1001000 10001001 10101 101111 0 1010101 101110 1011110 1001001 11111

Color Harmonies of #488915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488915

Black with #488915

Text Example


Text Example

White with #488915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488915; }

 p { color: rgb(72,137,21); }

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

background-color css

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

 a { background-color: rgb(72,137,21); }

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

border-color css

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

 span { border-color: rgb(72,137,21); }

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