#2E6516

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

Shades of Green House #2E6516

Tints of Green House #2E6516

Color information

#2E6516 (or 0x2E6516) is unknown color: approx Green House. HEX triplet: 2E, 65 and 16. RGB value is (46,101,22). Sum of RGB (Red+Green+Blue) = 46+101+22=169 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.22% from 169); Green value is 101 (39.84% from 255 or 59.76% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 101 - color contains mainly: green. Hex color #2E6516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6516 is #D19AE9. Grayscale: #4B4B4B. Windows color (decimal): -13736682 or 1467694. OLE color: 1467694.

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

Color convert

RGB4610122-
CMYK0.5400.780.60
HSL101.77º64.23%24.12%-
HSV(B)101.77º78.22%39.61%-
XYZ5.939.952.37-
YUV75.5597.78106.92-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.22%
GREEN value IS 101 (39.84% from 255) = 59.76%
BLUE value IS 22 (8.98% from 255) = 13.02%
R=27.22%
G=59.76%
B=13.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal46101220.5400.780.60101.7764.2324.12
Hex2E65163604E3C664018
Octal56145266601167414610030
Binary101110110010110110110110010011101111001100110100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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