#2E641E

Color #2E641E Green House (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green House #2E641E

Tints of Green House #2E641E

Color information

#2E641E (or 0x2E641E) is unknown color: approx Green House. HEX triplet: 2E, 64 and 1E. RGB value is (46,100,30). Sum of RGB (Red+Green+Blue) = 46+100+30=176 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.14% from 176); Green value is 100 (39.45% from 255 or 56.82% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 100 - color contains mainly: green. Hex color #2E641E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E641E is #D19BE1. Grayscale: #4C4C4C. Windows color (decimal): -13736930 or 1991726. OLE color: 1991726.

HSL color Cylindrical-coordinate representation of color #2E641E: hue angle of 106.29º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E641E is Cyan = 0.54, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB4610030-
CMYK0.5400.700.61
HSL106.29º53.85%25.49%-
HSV(B)106.29º70%39.22%-
XYZ5.929.792.81-
YUV75.87102.11106.69-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.14%
GREEN value IS 100 (39.45% from 255) = 56.82%
BLUE value IS 30 (12.11% from 255) = 17.05%
R=26.14%
G=56.82%
B=17.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal46100300.5400.700.61106.2953.8525.49
Hex2E641E360463D6a3619
Octal5614436660106751526631
Binary10111011001001111011011001000110111101110101011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E641E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E641E; }

 p { color: rgb(46,100,30); }

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

<style>
 a { background-color: #2E641E; }

 a { background-color: rgb(46,100,30); }

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

<style>
 span { border-color: #2E641E; }

 span { border-color: rgb(46,100,30); }

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