Html Css Color HEX #488A15 La Palma

📋 copy color: '#488A15'

red 72 ◦ green 138 ◦ blue 21

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

Shades of La Palma #488A15

Tints of La Palma #488A15

RGB

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

 GREEN value IS 138 (54.3% from 255) = 59.74%

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

R = 31.17%
G = 59.74%
B = 9.09%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#488A15 (or 0x488A15) is known color: La Palma. HEX triplet: 48, 8A and 15. RGB value is (72,138,21). Sum of RGB (Red+Green+Blue) = 72+138+21=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 138 (54.30% from 255 or 59.74% from 231); Blue value is 21 (8.59% from 255 or 9.09% from 231); Max value from RGB is 138 - color contains mainly: green. Hex color #488A15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488A15 is #B775EA. Grayscale: #696969. Windows color (decimal): -12023275 or 1411656. OLE color: 1411656.

HSL color Cylindrical-coordinate representation of color #488A15: hue angle of 93.85º degrees, saturation: 0.74, 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 #488A15 is Cyan = 0.48, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 138 21 -
CMYK 0.48 0 0.85 0.46
HSL 93.85º 0.74% 0.31% -
HSV(B) 93.85º 0.85% 0.54% -
XYZ 11.9 19.61 3.87 -
YUV 104.93 80.63 104.51 -
System Red Green Blue C M Y K H S L
Decimal 72 138 21 0.48 0 0.85 0.46 93.85 0.74 0.31
Hex 48 8A 15 30 0 55 2E 5E 4A 1F
Octal 110 212 25 60 0 125 56 136 112 37
Binary 1001000 10001010 10101 110000 0 1010101 101110 1011110 1001010 11111

Color Harmonies of #488A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488A15

Black with #488A15

Text Example


Text Example

White with #488A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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