Html Css Color HEX #48701F Green Leaf

📋 copy color: '#48701F'

red 72 ◦ green 112 ◦ blue 31

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

Shades of Green Leaf #48701F

Tints of Green Leaf #48701F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 52.09%

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

R = 33.49%
G = 52.09%
B = 14.42%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#48701F (or 0x48701F) is known color: Green Leaf. HEX triplet: 48, 70 and 1F. RGB value is (72,112,31). Sum of RGB (Red+Green+Blue) = 72+112+31=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 31 (12.5% from 255 or 14.42% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #48701F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48701F is #B78FE0. Grayscale: #5B5B5B. Windows color (decimal): -12029921 or 2060360. OLE color: 2060360.

HSL color Cylindrical-coordinate representation of color #48701F: hue angle of 89.63º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48701F is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 112 31 -
CMYK 0.36 0 0.72 0.56
HSL 89.63º 0.57% 0.28% -
HSV(B) 89.63º 0.72% 0.44% -
XYZ 8.71 13.06 3.36 -
YUV 90.81 94.25 114.59 -
System Red Green Blue C M Y K H S L
Decimal 72 112 31 0.36 0 0.72 0.56 89.63 0.57 0.28
Hex 48 70 1F 24 0 48 38 5A 39 1C
Octal 110 160 37 44 0 110 70 132 71 34
Binary 1001000 1110000 11111 100100 0 1001000 111000 1011010 111001 11100

Color Harmonies of #48701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48701F

Black with #48701F

Text Example


Text Example

White with #48701F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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