Html Css Color HEX #488C1F La Palma

📋 copy color: '#488C1F'

red 72 ◦ green 140 ◦ blue 31

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

Shades of La Palma #488C1F

Tints of La Palma #488C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.76%

R = 29.63%
G = 57.61%
B = 12.76%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#488C1F (or 0x488C1F) is known color: La Palma. HEX triplet: 48, 8C and 1F. RGB value is (72,140,31). Sum of RGB (Red+Green+Blue) = 72+140+31=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 140 (55.08% from 255 or 57.61% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 140 - color contains mainly: green. Hex color #488C1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488C1F is #B773E0. Grayscale: #6B6B6B. Windows color (decimal): -12022753 or 2067528. OLE color: 2067528.

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

Color convert

RGB 72 140 31 -
CMYK 0.49 0 0.78 0.45
HSL 97.43º 0.64% 0.34% -
HSV(B) 97.43º 0.78% 0.55% -
XYZ 12.3 20.23 4.55 -
YUV 107.24 84.97 102.86 -
System Red Green Blue C M Y K H S L
Decimal 72 140 31 0.49 0 0.78 0.45 97.43 0.64 0.34
Hex 48 8C 1F 31 0 4E 2D 61 40 22
Octal 110 214 37 61 0 116 55 141 100 42
Binary 1001000 10001100 11111 110001 0 1001110 101101 1100001 1000000 100010

Color Harmonies of #488C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488C1F

Black with #488C1F

Text Example


Text Example

White with #488C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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