Html Css Color HEX #2E342F Gordons Green

📋 copy color: '#2E342F'

red 46 ◦ green 52 ◦ blue 47

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

Shades of Gordons Green #2E342F

Tints of Gordons Green #2E342F

RGB

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

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

 M value IS 0

 Y value IS 0.10

 K value IS 0.80

RGB Variations

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

Color information

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

RGB 46 52 47 -
CMYK 0.12 0 0.10 0.80
HSL 130º 0.06% 0.19% -
HSV(B) 130º 0.12% 0.2% -
XYZ 2.87 3.24 3.16 -
YUV 49.64 126.51 125.41 -
System Red Green Blue C M Y K H S L
Decimal 46 52 47 0.12 0 0.10 0.80 130 0.06 0.19
Hex 2E 34 2F C 0 A 50 82 6 13
Octal 56 64 57 14 0 12 120 202 6 23
Binary 101110 110100 101111 1100 0 1010 1010000 10000010 110 10011

Color Harmonies of #2E342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E342F

Black with #2E342F

Text Example


Text Example

White with #2E342F

Text Example


Text Example

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