#2E601F

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

Shades of Green House #2E601F

Tints of Green House #2E601F

Color information

#2E601F (or 0x2E601F) is unknown color: approx Green House. HEX triplet: 2E, 60 and 1F. RGB value is (46,96,31). Sum of RGB (Red+Green+Blue) = 46+96+31=173 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.59% from 173); Green value is 96 (37.89% from 255 or 55.49% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 96 - color contains mainly: green. Hex color #2E601F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E601F is #D19FE0. Grayscale: #494949. Windows color (decimal): -13737953 or 2056238. OLE color: 2056238.

HSL color Cylindrical-coordinate representation of color #2E601F: hue angle of 106.15º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E601F is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB469631-
CMYK0.5200.680.62
HSL106.15º51.18%24.9%-
HSV(B)106.15º67.71%37.65%-
XYZ5.569.052.75-
YUV73.64103.94108.29-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.59%
GREEN value IS 96 (37.89% from 255) = 55.49%
BLUE value IS 31 (12.5% from 255) = 17.92%
R=26.59%
G=55.49%
B=17.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4696310.5200.680.62106.1551.1824.9
Hex2E601F340443E6a3319
Octal5614037640104761526331
Binary10111011000001111111010001000100111110110101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E601F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,96,31); }

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

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

 a { background-color: rgb(46,96,31); }

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

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

 span { border-color: rgb(46,96,31); }

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