Html Css Color HEX #4F702F Green Leaf

📋 copy color: '#4F702F'

red 79 ◦ green 112 ◦ blue 47

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

Shades of Green Leaf #4F702F

Tints of Green Leaf #4F702F

RGB

 RED value IS 79 (31.25% from 255) = 33.19%

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

 BLUE value IS 47 (18.75% from 255) = 19.75%

R = 33.19%
G = 47.06%
B = 19.75%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#4F702F (or 0x4F702F) is known color: Green Leaf. HEX triplet: 4F, 70 and 2F. RGB value is (79,112,47). Sum of RGB (Red+Green+Blue) = 79+112+47=238 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.19% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 112 - color contains mainly: green. Hex color #4F702F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F702F is #B08FD0. Grayscale: #5E5E5E. Windows color (decimal): -11571153 or 3108943. OLE color: 3108943.

HSL color Cylindrical-coordinate representation of color #4F702F: hue angle of 90.46º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F702F is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 79 112 47 -
CMYK 0.29 0 0.58 0.56
HSL 90.46º 0.41% 0.31% -
HSV(B) 90.46º 0.58% 0.44% -
XYZ 9.53 13.46 4.78 -
YUV 94.72 101.07 116.79 -
System Red Green Blue C M Y K H S L
Decimal 79 112 47 0.29 0 0.58 0.56 90.46 0.41 0.31
Hex 4F 70 2F 1D 0 3A 38 5A 29 1F
Octal 117 160 57 35 0 72 70 132 51 37
Binary 1001111 1110000 101111 11101 0 111010 111000 1011010 101001 11111

Color Harmonies of #4F702F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F702F

Black with #4F702F

Text Example


Text Example

White with #4F702F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F702F; }

 p { color: rgb(79,112,47); }

 H1.HeaderClassName
 {
   color: #4F702F;
 }
 .AnyTagClassName
 {
   color: #4F702F;
 }
</style>

background-color css

<style>
 a { background-color: #4F702F; }

 a { background-color: rgb(79,112,47); }

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

border-color css

<style>
 span { border-color: #4F702F; }

 span { border-color: rgb(79,112,47); }

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