#2E6217

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

Shades of Green House #2E6217

Tints of Green House #2E6217

Color information

#2E6217 (or 0x2E6217) is unknown color: approx Green House. HEX triplet: 2E, 62 and 17. RGB value is (46,98,23). Sum of RGB (Red+Green+Blue) = 46+98+23=167 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.54% from 167); Green value is 98 (38.67% from 255 or 58.68% from 167); Blue value is 23 (9.38% from 255 or 13.77% from 167); Max value from RGB is 98 - color contains mainly: green. Hex color #2E6217 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6217 is #D19DE8. Grayscale: #4A4A4A. Windows color (decimal): -13737449 or 1532462. OLE color: 1532462.

HSL color Cylindrical-coordinate representation of color #2E6217: hue angle of 101.6º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E6217 is Cyan = 0.53, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB469823-
CMYK0.5300.770.62
HSL101.6º61.98%23.73%-
HSV(B)101.6º76.53%38.43%-
XYZ5.659.382.32-
YUV73.999.27108.1-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.54%
GREEN value IS 98 (38.67% from 255) = 58.68%
BLUE value IS 23 (9.38% from 255) = 13.77%
R=27.54%
G=58.68%
B=13.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4698230.5300.770.62101.661.9823.73
Hex2E62173504D3E663e18
Octal5614227650115761467630
Binary10111011000101011111010101001101111110110011011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,98,23); }

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

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

 a { background-color: rgb(46,98,23); }

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

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

 span { border-color: rgb(46,98,23); }

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