#2C392D

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

Shades of Gordons Green #2C392D

Tints of Gordons Green #2C392D

Color information

#2C392D (or 0x2C392D) is unknown color: approx Gordons Green. HEX triplet: 2C, 39 and 2D. RGB value is (44,57,45). Sum of RGB (Red+Green+Blue) = 44+57+45=146 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.14% from 146); Green value is 57 (22.66% from 255 or 39.04% from 146); Blue value is 45 (17.97% from 255 or 30.82% from 146); Max value from RGB is 57 - color contains mainly: green. Hex color #2C392D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C392D is #D3C6D2. Grayscale: #333333. Windows color (decimal): -13878995 or 2963756. OLE color: 2963756.

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

Color convert

RGB445745-
CMYK0.2300.210.78
HSL124.62º12.87%19.8%-
HSV(B)124.62º22.81%22.35%-
XYZ2.983.653.03-
YUV51.74124.19122.48-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 30.14%
GREEN value IS 57 (22.66% from 255) = 39.04%
BLUE value IS 45 (17.97% from 255) = 30.82%
R=30.14%
G=39.04%
B=30.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4457450.2300.210.78124.6212.8719.8
Hex2C392D170154E7dd14
Octal547155270251161751524
Binary1011001110011011011011101010110011101111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C392D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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