#4F702A

Color #4F702A Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #4F702A

Tints of Green Leaf #4F702A

Color information

#4F702A (or 0x4F702A) is unknown color: approx Green Leaf. HEX triplet: 4F, 70 and 2A. RGB value is (79,112,42). Sum of RGB (Red+Green+Blue) = 79+112+42=233 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.91% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #4F702A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F702A is #B08FD5. Grayscale: #5E5E5E. Windows color (decimal): -11571158 or 2781263. OLE color: 2781263.

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

Color convert

RGB7911242-
CMYK0.2900.620.56
HSL88.29º45.45%30.2%-
HSV(B)88.29º62.5%43.92%-
XYZ9.4413.424.28-
YUV94.1598.57117.19-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.91%
GREEN value IS 112 (44.14% from 255) = 48.07%
BLUE value IS 42 (16.80% from 255) = 18.03%
R=33.91%
G=48.07%
B=18.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79112420.2900.620.5688.2945.4530.2
Hex4F702A1D03E38582d1e
Octal1171605235076701305536
Binary10011111110000101010111010111110111000101100010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F702A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F702A;
 }
 .AnyTagClassName
 {
   color: #4F702A;
 }
</style>
background-color css

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

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

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

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

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

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