#2E3D2E

Color #2E3D2E Gordons Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gordons Green #2E3D2E

Tints of Gordons Green #2E3D2E

Color information

#2E3D2E (or 0x2E3D2E) is unknown color: approx 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

RGB466146-
CMYK0.2500.250.76
HSL120º14.02%20.98%-
HSV(B)120º24.59%23.92%-
XYZ3.294.123.21-
YUV54.8123.03121.72-

RGB Variations

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

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 (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4661460.2500.250.7612014.0220.98
Hex2E3D2E190194C78e15
Octal567556310311141701625
Binary1011101111011011101100101100110011001111000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>