#42720e

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

Shades of Green Leaf #42720E

Tints of Green Leaf #42720E

Color information

#42720E (or 0x42720E) is unknown color: approx Green Leaf. HEX triplet: 42, 72 and 0E. RGB value is (66,114,14). Sum of RGB (Red+Green+Blue) = 66+114+14=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 114 (44.92% from 255 or 58.76% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 114 - color contains mainly: green. Hex color #42720E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42720E is #BD8DF1. Grayscale: #585858. Windows color (decimal): -12422642 or 946754. OLE color: 946754.

HSL color Cylindrical-coordinate representation of color #42720E: hue angle of 88.8º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42720E is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB6611414-
CMYK0.4200.880.55
HSL88.8º78.12%25.1%-
HSV(B)88.8º87.72%44.71%-
XYZ8.3413.222.53-
YUV88.2586.1112.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.02%
GREEN value IS 114 (44.92% from 255) = 58.76%
BLUE value IS 14 (5.86% from 255) = 7.22%
R=34.02%
G=58.76%
B=7.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66114140.4200.880.5588.878.1225.1
Hex4272E2A05837594e19
Octal102162165201306713111631
Binary100001011100101110101010010110001101111011001100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42720e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42720e; }

 p { color: rgb(66,114,14); }

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

<style>
 a { background-color: #42720e; }

 a { background-color: rgb(66,114,14); }

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

<style>
 span { border-color: #42720e; }

 span { border-color: rgb(66,114,14); }

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