#2E342E

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

Shades of Gordons Green #2E342E

Tints of Gordons Green #2E342E

Color information

#2E342E (or 0x2E342E) is unknown color: approx Gordons Green. HEX triplet: 2E, 34 and 2E. RGB value is (46,52,46). Sum of RGB (Red+Green+Blue) = 46+52+46=144 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.94% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 52 - color contains mainly: green. Hex color #2E342E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E342E is #D1CBD1. Grayscale: #313131. Windows color (decimal): -13749202 or 3028014. OLE color: 3028014.

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

Color convert

RGB465246-
CMYK0.1200.120.80
HSL120º6.12%19.22%-
HSV(B)120º11.54%20.39%-
XYZ2.853.233.06-
YUV49.52126.01125.49-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 31.94%
GREEN value IS 52 (20.70% from 255) = 36.11%
BLUE value IS 46 (18.36% from 255) = 31.94%
R=31.94%
G=36.11%
B=31.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4652460.1200.120.801206.1219.22
Hex2E342EC0C5078613
Octal56645614014120170623
Binary1011101101001011101100011001010000111100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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