#2E5E1C

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

Shades of Green House #2E5E1C

Tints of Green House #2E5E1C

Color information

#2E5E1C (or 0x2E5E1C) is unknown color: approx Green House. HEX triplet: 2E, 5E and 1C. RGB value is (46,94,28). Sum of RGB (Red+Green+Blue) = 46+94+28=168 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.38% from 168); Green value is 94 (37.11% from 255 or 55.95% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 94 - color contains mainly: green. Hex color #2E5E1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5E1C is #D1A1E3. Grayscale: #484848. Windows color (decimal): -13738468 or 1859118. OLE color: 1859118.

HSL color Cylindrical-coordinate representation of color #2E5E1C: hue angle of 103.64º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E5E1C is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.63.

Color convert

RGB469428-
CMYK0.5100.700.63
HSL103.64º54.1%23.92%-
HSV(B)103.64º70.21%36.86%-
XYZ5.348.672.49-
YUV72.12103.1109.37-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.38%
GREEN value IS 94 (37.11% from 255) = 55.95%
BLUE value IS 28 (11.33% from 255) = 16.67%
R=27.38%
G=55.95%
B=16.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4694280.5100.700.63103.6454.123.92
Hex2E5E1C330463F683618
Octal5613634630106771506630
Binary10111010111101110011001101000110111111110100011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,94,28); }

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

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

 a { background-color: rgb(46,94,28); }

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

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

 span { border-color: rgb(46,94,28); }

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