#2C372E

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

Shades of Gordons Green #2C372E

Tints of Gordons Green #2C372E

Color information

#2C372E (or 0x2C372E) is unknown color: approx Gordons Green. HEX triplet: 2C, 37 and 2E. RGB value is (44,55,46). Sum of RGB (Red+Green+Blue) = 44+55+46=145 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.34% from 145); Green value is 55 (21.88% from 255 or 37.93% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 55 - color contains mainly: green. Hex color #2C372E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C372E is #D3C8D1. Grayscale: #323232. Windows color (decimal): -13879506 or 3028780. OLE color: 3028780.

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

Color convert

RGB445546-
CMYK0.200.160.78
HSL130.91º11.11%19.41%-
HSV(B)130.91º20%21.57%-
XYZ2.93.473.1-
YUV50.68125.36123.23-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 30.34%
GREEN value IS 55 (21.88% from 255) = 37.93%
BLUE value IS 46 (18.36% from 255) = 31.72%
R=30.34%
G=37.93%
B=31.72%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4455460.200.160.78130.9111.1119.41
Hex2C372E140104E83b13
Octal546756240201162031323
Binary10110011011110111010100010000100111010000011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C372E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2C372E;
 }
 .AnyTagClassName
 {
   color: #2C372E;
 }
</style>
background-color css

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

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

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

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

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

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