Html Css Color HEX #2E3D2E Gordons Green

📋 copy color: '#2E3D2E'

red 46 ◦ green 61 ◦ blue 46

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

Shades of Gordons Green #2E3D2E

Tints of Gordons Green #2E3D2E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 39.87%

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

R = 30.07%
G = 39.87%
B = 30.07%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.76

RGB Variations

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

Color information

#2E3D2E (or 0x2E3D2E) is known color: Gordons Green. HEX triplet: 2E, 3D and 2E. RGB value is (46,61,46). Sum of RGB (Red+Green+Blue) = 46+61+46=153 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.07% from 153); Green value is 61 (24.22% from 255 or 39.87% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 61 - color contains mainly: green. Hex color #2E3D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3D2E is #D1C2D1. Grayscale: #363636. Windows color (decimal): -13746898 or 3030318. OLE color: 3030318.

HSL color Cylindrical-coordinate representation of color #2E3D2E: hue angle of 120º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2E3D2E is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.76.

Color convert

RGB 46 61 46 -
CMYK 0.25 0 0.25 0.76
HSL 120º 0.14% 0.21% -
HSV(B) 120º 0.25% 0.24% -
XYZ 3.29 4.12 3.21 -
YUV 54.81 123.03 121.72 -
System Red Green Blue C M Y K H S L
Decimal 46 61 46 0.25 0 0.25 0.76 120 0.14 0.21
Hex 2E 3D 2E 19 0 19 4C 78 E 15
Octal 56 75 56 31 0 31 114 170 16 25
Binary 101110 111101 101110 11001 0 11001 1001100 1111000 1110 10101

Color Harmonies of #2E3D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3D2E

Black with #2E3D2E

Text Example


Text Example

White with #2E3D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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