Html Css Color HEX #2E342E Gordons Green

📋 copy color: '#2E342E'

red 46 ◦ green 52 ◦ blue 46

#2E342E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gordons Green #2E342E

Tints of Gordons Green #2E342E

RGB

 RED value IS 46 (18.36% from 255) = 31.94%

 GREEN value IS 52 (20.7% 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 value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.80

RGB Variations

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

Color information

#2E342E (or 0x2E342E) is known color: 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

RGB 46 52 46 -
CMYK 0.12 0 0.12 0.80
HSL 120º 0.06% 0.19% -
HSV(B) 120º 0.12% 0.2% -
XYZ 2.85 3.23 3.06 -
YUV 49.52 126.01 125.49 -
System Red Green Blue C M Y K H S L
Decimal 46 52 46 0.12 0 0.12 0.80 120 0.06 0.19
Hex 2E 34 2E C 0 C 50 78 6 13
Octal 56 64 56 14 0 14 120 170 6 23
Binary 101110 110100 101110 1100 0 1100 1010000 1111000 110 10011

Color Harmonies of #2E342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E342E

Black with #2E342E

Text Example


Text Example

White with #2E342E

Text Example


Text Example

HTML Codes & Css Web 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>