#2E3931

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

Shades of Gordons Green #2E3931

Tints of Gordons Green #2E3931

Color information

#2E3931 (or 0x2E3931) is unknown color: approx Gordons Green. HEX triplet: 2E, 39 and 31. RGB value is (46,57,49). Sum of RGB (Red+Green+Blue) = 46+57+49=152 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.26% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 57 - color contains mainly: green. Hex color #2E3931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3931 is #D1C6CE. Grayscale: #343434. Windows color (decimal): -13747919 or 3225902. OLE color: 3225902.

HSL color Cylindrical-coordinate representation of color #2E3931: hue angle of 136.36º degrees, saturation: 0.11, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2E3931 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.78.

Color convert

RGB465749-
CMYK0.1900.140.78
HSL136.36º10.68%20.2%-
HSV(B)136.36º19.3%22.35%-
XYZ3.143.733.46-
YUV52.8125.86123.15-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 30.26%
GREEN value IS 57 (22.66% from 255) = 37.5%
BLUE value IS 49 (19.53% from 255) = 32.24%
R=30.26%
G=37.5%
B=32.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4657490.1900.140.78136.3610.6820.2
Hex2E3931130E4E88b14
Octal567161230161162101324
Binary1011101110011100011001101110100111010001000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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