#2E342F

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

Shades of Gordons Green #2E342F

Tints of Gordons Green #2E342F

Color information

#2E342F (or 0x2E342F) is unknown color: approx Gordons Green. HEX triplet: 2E, 34 and 2F. RGB value is (46,52,47). Sum of RGB (Red+Green+Blue) = 46+52+47=145 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.72% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 47 (18.75% from 255 or 32.41% from 145); Max value from RGB is 52 - color contains mainly: green. Hex color #2E342F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E342F is #D1CBD0. Grayscale: #313131. Windows color (decimal): -13749201 or 3093550. OLE color: 3093550.

HSL color Cylindrical-coordinate representation of color #2E342F: hue angle of 130º 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 #2E342F is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB465247-
CMYK0.1200.100.80
HSL130º6.12%19.22%-
HSV(B)130º11.54%20.39%-
XYZ2.873.243.16-
YUV49.64126.51125.41-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 31.72%
GREEN value IS 52 (20.70% from 255) = 35.86%
BLUE value IS 47 (18.75% from 255) = 32.41%
R=31.72%
G=35.86%
B=32.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4652470.1200.100.801306.1219.22
Hex2E342FC0A5082613
Octal56645714012120202623
Binary10111011010010111111000101010100001000001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E342F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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