#2E651B

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

Shades of Green House #2E651B

Tints of Green House #2E651B

Color information

#2E651B (or 0x2E651B) is unknown color: approx Green House. HEX triplet: 2E, 65 and 1B. RGB value is (46,101,27). Sum of RGB (Red+Green+Blue) = 46+101+27=174 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.44% from 174); Green value is 101 (39.84% from 255 or 58.05% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 101 - color contains mainly: green. Hex color #2E651B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E651B is #D19AE4. Grayscale: #4C4C4C. Windows color (decimal): -13736677 or 1795374. OLE color: 1795374.

HSL color Cylindrical-coordinate representation of color #2E651B: hue angle of 104.59º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E651B is Cyan = 0.54, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB4610127-
CMYK0.5400.730.60
HSL104.59º57.81%25.1%-
HSV(B)104.59º73.27%39.61%-
XYZ5.989.972.65-
YUV76.12100.28106.52-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.44%
GREEN value IS 101 (39.84% from 255) = 58.05%
BLUE value IS 27 (10.94% from 255) = 15.52%
R=26.44%
G=58.05%
B=15.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal46101270.5400.730.60104.5957.8125.1
Hex2E651B360493C693a19
Octal5614533660111741517231
Binary10111011001011101111011001001001111100110100111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E651B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,101,27); }

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

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

 a { background-color: rgb(46,101,27); }

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

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

 span { border-color: rgb(46,101,27); }

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