Html Css Color HEX #47701F Green Leaf

📋 copy color: '#47701F'

red 71 ◦ green 112 ◦ blue 31

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

Shades of Green Leaf #47701F

Tints of Green Leaf #47701F

RGB

 RED value IS 71 (28.13% from 255) = 33.18%

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

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

R = 33.18%
G = 52.34%
B = 14.49%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#47701F (or 0x47701F) is known color: Green Leaf. HEX triplet: 47, 70 and 1F. RGB value is (71,112,31). Sum of RGB (Red+Green+Blue) = 71+112+31=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 112 (44.14% from 255 or 52.34% from 214); Blue value is 31 (12.5% from 255 or 14.49% from 214); Max value from RGB is 112 - color contains mainly: green. Hex color #47701F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47701F is #B88FE0. Grayscale: #5A5A5A. Windows color (decimal): -12095457 or 2060359. OLE color: 2060359.

HSL color Cylindrical-coordinate representation of color #47701F: hue angle of 90.37º 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 #47701F is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 112 31 -
CMYK 0.37 0 0.72 0.56
HSL 90.37º 0.57% 0.28% -
HSV(B) 90.37º 0.72% 0.44% -
XYZ 8.64 13.03 3.36 -
YUV 90.51 94.42 114.09 -
System Red Green Blue C M Y K H S L
Decimal 71 112 31 0.37 0 0.72 0.56 90.37 0.57 0.28
Hex 47 70 1F 25 0 48 38 5A 39 1C
Octal 107 160 37 45 0 110 70 132 71 34
Binary 1000111 1110000 11111 100101 0 1001000 111000 1011010 111001 11100

Color Harmonies of #47701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47701F

Black with #47701F

Text Example


Text Example

White with #47701F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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