Html Css Color HEX #2E372E Gordons Green

📋 copy color: '#2E372E'

red 46 ◦ green 55 ◦ blue 46

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

Shades of Gordons Green #2E372E

Tints of Gordons Green #2E372E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 37.41%

 BLUE value IS 46 (18.36% from 255) = 31.29%

R = 31.29%
G = 37.41%
B = 31.29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#2E372E (or 0x2E372E) is known color: Gordons Green. HEX triplet: 2E, 37 and 2E. RGB value is (46,55,46). Sum of RGB (Red+Green+Blue) = 46+55+46=147 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.29% from 147); Green value is 55 (21.88% from 255 or 37.41% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 55 - color contains mainly: green. Hex color #2E372E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E372E is #D1C8D1. Grayscale: #333333. Windows color (decimal): -13748434 or 3028782. OLE color: 3028782.

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

Color convert

RGB 46 55 46 -
CMYK 0.16 0 0.16 0.78
HSL 120º 0.09% 0.2% -
HSV(B) 120º 0.16% 0.22% -
XYZ 2.99 3.51 3.1 -
YUV 51.28 125.02 124.23 -
System Red Green Blue C M Y K H S L
Decimal 46 55 46 0.16 0 0.16 0.78 120 0.09 0.2
Hex 2E 37 2E 10 0 10 4E 78 9 14
Octal 56 67 56 20 0 20 116 170 11 24
Binary 101110 110111 101110 10000 0 10000 1001110 1111000 1001 10100

Color Harmonies of #2E372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E372E

Black with #2E372E

Text Example


Text Example

White with #2E372E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E372E;
 }
 .AnyTagClassName
 {
   color: #2E372E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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