Html Css Color HEX #47701E Green Leaf

📋 copy color: '#47701E'

red 71 ◦ green 112 ◦ blue 30

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

Shades of Green Leaf #47701E

Tints of Green Leaf #47701E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.08%

R = 33.33%
G = 52.58%
B = 14.08%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#47701E (or 0x47701E) is known color: Green Leaf. HEX triplet: 47, 70 and 1E. RGB value is (71,112,30). Sum of RGB (Red+Green+Blue) = 71+112+30=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #47701E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47701E is #B88FE1. Grayscale: #5A5A5A. Windows color (decimal): -12095458 or 1994823. OLE color: 1994823.

HSL color Cylindrical-coordinate representation of color #47701E: hue angle of 90º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #47701E is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 112 30 -
CMYK 0.37 0 0.73 0.56
HSL 90º 0.58% 0.28% -
HSV(B) 90º 0.73% 0.44% -
XYZ 8.63 13.02 3.29 -
YUV 90.39 93.92 114.17 -
System Red Green Blue C M Y K H S L
Decimal 71 112 30 0.37 0 0.73 0.56 90 0.58 0.28
Hex 47 70 1E 25 0 49 38 5A 3A 1C
Octal 107 160 36 45 0 111 70 132 72 34
Binary 1000111 1110000 11110 100101 0 1001001 111000 1011010 111010 11100

Color Harmonies of #47701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47701E

Black with #47701E

Text Example


Text Example

White with #47701E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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