Html Css Color HEX #48731F Green Leaf

📋 copy color: '#48731F'

red 72 ◦ green 115 ◦ blue 31

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

Shades of Green Leaf #48731F

Tints of Green Leaf #48731F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 52.75%

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

R = 33.03%
G = 52.75%
B = 14.22%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#48731F (or 0x48731F) is known color: Green Leaf. HEX triplet: 48, 73 and 1F. RGB value is (72,115,31). Sum of RGB (Red+Green+Blue) = 72+115+31=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 115 (45.31% from 255 or 52.75% from 218); Blue value is 31 (12.5% from 255 or 14.22% from 218); Max value from RGB is 115 - color contains mainly: green. Hex color #48731F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48731F is #B78CE0. Grayscale: #5C5C5C. Windows color (decimal): -12029153 or 2061128. OLE color: 2061128.

HSL color Cylindrical-coordinate representation of color #48731F: hue angle of 90.71º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #48731F is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 115 31 -
CMYK 0.37 0 0.73 0.55
HSL 90.71º 0.58% 0.29% -
HSV(B) 90.71º 0.73% 0.45% -
XYZ 9.05 13.74 3.47 -
YUV 92.57 93.25 113.33 -
System Red Green Blue C M Y K H S L
Decimal 72 115 31 0.37 0 0.73 0.55 90.71 0.58 0.29
Hex 48 73 1F 25 0 49 37 5B 3A 1D
Octal 110 163 37 45 0 111 67 133 72 35
Binary 1001000 1110011 11111 100101 0 1001001 110111 1011011 111010 11101

Color Harmonies of #48731F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48731F

Black with #48731F

Text Example


Text Example

White with #48731F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48731F; }

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

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

background-color css

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

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

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

border-color css

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

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

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