Html Css Color HEX #48A11F La Palma

📋 copy color: '#48A11F'

red 72 ◦ green 161 ◦ blue 31

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

Shades of La Palma #48A11F

Tints of La Palma #48A11F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 60.98%

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

R = 27.27%
G = 60.98%
B = 11.74%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#48A11F (or 0x48A11F) is known color: La Palma. HEX triplet: 48, A1 and 1F. RGB value is (72,161,31). Sum of RGB (Red+Green+Blue) = 72+161+31=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 161 (63.28% from 255 or 60.98% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 161 - color contains mainly: green. Hex color #48A11F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A11F is #B75EE0. Grayscale: #777777. Windows color (decimal): -12017377 or 2072904. OLE color: 2072904.

HSL color Cylindrical-coordinate representation of color #48A11F: hue angle of 101.08º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #48A11F is Cyan = 0.55, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB 72 161 31 -
CMYK 0.55 0 0.81 0.37
HSL 101.08º 0.68% 0.38% -
HSV(B) 101.08º 0.81% 0.63% -
XYZ 15.66 26.97 5.68 -
YUV 119.57 78.01 94.07 -
System Red Green Blue C M Y K H S L
Decimal 72 161 31 0.55 0 0.81 0.37 101.08 0.68 0.38
Hex 48 A1 1F 37 0 51 25 65 44 26
Octal 110 241 37 67 0 121 45 145 104 46
Binary 1001000 10100001 11111 110111 0 1010001 100101 1100101 1000100 100110

Color Harmonies of #48A11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A11F

Black with #48A11F

Text Example


Text Example

White with #48A11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48A11F; }

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

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

background-color css

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

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

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

border-color css

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

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

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