#2C312D

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

Shades of Gordons Green #2C312D

Tints of Gordons Green #2C312D

Color information

#2C312D (or 0x2C312D) is unknown color: approx Gordons Green. HEX triplet: 2C, 31 and 2D. RGB value is (44,49,45). Sum of RGB (Red+Green+Blue) = 44+49+45=138 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.88% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 49 - color contains mainly: green. Hex color #2C312D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C312D is #D3CED2. Grayscale: #2F2F2F. Windows color (decimal): -13881043 or 2961708. OLE color: 2961708.

HSL color Cylindrical-coordinate representation of color #2C312D: hue angle of 132º degrees, saturation: 0.05, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #2C312D is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB444945-
CMYK0.1000.080.81
HSL132º5.38%18.24%-
HSV(B)132º10.2%19.22%-
XYZ2.612.922.91-
YUV47.05126.84125.83-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 31.88%
GREEN value IS 49 (19.53% from 255) = 35.51%
BLUE value IS 45 (17.97% from 255) = 32.61%
R=31.88%
G=35.51%
B=32.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4449450.1000.080.811325.3818.24
Hex2C312DA085184512
Octal54615512010121204522
Binary10110011000110110110100100010100011000010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C312D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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