Html Css Color HEX #2E372F Gordons Green

📋 copy color: '#2E372F'

red 46 ◦ green 55 ◦ blue 47

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

Shades of Gordons Green #2E372F

Tints of Gordons Green #2E372F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 31.76%

R = 31.08%
G = 37.16%
B = 31.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.78

RGB Variations

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

Color information

#2E372F (or 0x2E372F) is known color: Gordons Green. HEX triplet: 2E, 37 and 2F. RGB value is (46,55,47). Sum of RGB (Red+Green+Blue) = 46+55+47=148 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.08% from 148); Green value is 55 (21.88% from 255 or 37.16% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 55 - color contains mainly: green. Hex color #2E372F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E372F is #D1C8D0. Grayscale: #333333. Windows color (decimal): -13748433 or 3094318. OLE color: 3094318.

HSL color Cylindrical-coordinate representation of color #2E372F: hue angle of 126.67º 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 #2E372F is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.78.

Color convert

RGB 46 55 47 -
CMYK 0.16 0 0.15 0.78
HSL 126.67º 0.09% 0.2% -
HSV(B) 126.67º 0.16% 0.22% -
XYZ 3.01 3.52 3.21 -
YUV 51.4 125.52 124.15 -
System Red Green Blue C M Y K H S L
Decimal 46 55 47 0.16 0 0.15 0.78 126.67 0.09 0.2
Hex 2E 37 2F 10 0 F 4E 7F 9 14
Octal 56 67 57 20 0 17 116 177 11 24
Binary 101110 110111 101111 10000 0 1111 1001110 1111111 1001 10100

Color Harmonies of #2E372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E372F

Black with #2E372F

Text Example


Text Example

White with #2E372F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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