#2C372D

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

Shades of Gordons Green #2C372D

Tints of Gordons Green #2C372D

Color information

#2C372D (or 0x2C372D) is unknown color: approx Gordons Green. HEX triplet: 2C, 37 and 2D. RGB value is (44,55,45). Sum of RGB (Red+Green+Blue) = 44+55+45=144 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.56% from 144); Green value is 55 (21.88% from 255 or 38.19% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 55 - color contains mainly: green. Hex color #2C372D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C372D is #D3C8D2. Grayscale: #323232. Windows color (decimal): -13879507 or 2963244. OLE color: 2963244.

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

Color convert

RGB445545-
CMYK0.200.180.78
HSL125.45º11.11%19.41%-
HSV(B)125.45º20%21.57%-
XYZ2.883.463-
YUV50.57124.86123.31-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 30.56%
GREEN value IS 55 (21.88% from 255) = 38.19%
BLUE value IS 45 (17.97% from 255) = 31.25%
R=30.56%
G=38.19%
B=31.25%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4455450.200.180.78125.4511.1119.41
Hex2C372D140124E7db13
Octal546755240221161751323
Binary1011001101111011011010001001010011101111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C372D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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