#2E661A

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

Shades of Green House #2E661A

Tints of Green House #2E661A

Color information

#2E661A (or 0x2E661A) is unknown color: approx Green House. HEX triplet: 2E, 66 and 1A. RGB value is (46,102,26). Sum of RGB (Red+Green+Blue) = 46+102+26=174 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.44% from 174); Green value is 102 (40.23% from 255 or 58.62% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 102 - color contains mainly: green. Hex color #2E661A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E661A is #D199E5. Grayscale: #4C4C4C. Windows color (decimal): -13736422 or 1730094. OLE color: 1730094.

HSL color Cylindrical-coordinate representation of color #2E661A: hue angle of 104.21º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E661A is Cyan = 0.55, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB4610226-
CMYK0.5500.750.6
HSL104.21º59.38%25.1%-
HSV(B)104.21º74.51%40%-
XYZ6.0610.162.62-
YUV76.5999.45106.18-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.44%
GREEN value IS 102 (40.23% from 255) = 58.62%
BLUE value IS 26 (10.55% from 255) = 14.94%
R=26.44%
G=58.62%
B=14.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal46102260.5500.750.6104.2159.3825.1
Hex2E661A3704B3C683b19
Octal5614632670113741507331
Binary10111011001101101011011101001011111100110100011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E661A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,102,26); }

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

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

 a { background-color: rgb(46,102,26); }

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

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

 span { border-color: rgb(46,102,26); }

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