#2C322D

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

Shades of Gordons Green #2C322D

Tints of Gordons Green #2C322D

Color information

#2C322D (or 0x2C322D) is unknown color: approx Gordons Green. HEX triplet: 2C, 32 and 2D. RGB value is (44,50,45). Sum of RGB (Red+Green+Blue) = 44+50+45=139 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.65% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 50 - color contains mainly: green. Hex color #2C322D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C322D is #D3CDD2. Grayscale: #2F2F2F. Windows color (decimal): -13880787 or 2961964. OLE color: 2961964.

HSL color Cylindrical-coordinate representation of color #2C322D: hue angle of 130º degrees, saturation: 0.06, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #2C322D is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB445045-
CMYK0.1200.100.80
HSL130º6.38%18.43%-
HSV(B)130º12%19.61%-
XYZ2.653.012.92-
YUV47.64126.51125.41-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 31.65%
GREEN value IS 50 (19.92% from 255) = 35.97%
BLUE value IS 45 (17.97% from 255) = 32.37%
R=31.65%
G=35.97%
B=32.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4450450.1200.100.801306.3818.43
Hex2C322DC0A5082612
Octal54625514012120202622
Binary10110011001010110111000101010100001000001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C322D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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