#2E312E

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

Shades of Gordons Green #2E312E

Tints of Gordons Green #2E312E

Color information

#2E312E (or 0x2E312E) is unknown color: approx Gordons Green. HEX triplet: 2E, 31 and 2E. RGB value is (46,49,46). Sum of RGB (Red+Green+Blue) = 46+49+46=141 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.62% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 49 - color contains mainly: green. Hex color #2E312E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E312E is #D1CED1. Grayscale: #2F2F2F. Windows color (decimal): -13749970 or 3027246. OLE color: 3027246.

HSL color Cylindrical-coordinate representation of color #2E312E: hue angle of 120º degrees, saturation: 0.03, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #2E312E is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB464946-
CMYK0.0600.060.81
HSL120º3.16%18.63%-
HSV(B)120º6.12%19.22%-
XYZ2.722.973.02-
YUV47.76127.01126.74-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 32.62%
GREEN value IS 49 (19.53% from 255) = 34.75%
BLUE value IS 46 (18.36% from 255) = 32.62%
R=32.62%
G=34.75%
B=32.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4649460.0600.060.811203.1618.63
Hex2E312E6065178313
Octal566156606121170323
Binary1011101100011011101100110101000111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,49,46); }

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

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

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

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

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

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

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