#293129

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

Shades of Gordons Green #293129

Tints of Gordons Green #293129

Color information

#293129 (or 0x293129) is unknown color: approx Gordons Green. HEX triplet: 29, 31 and 29. RGB value is (41,49,41). Sum of RGB (Red+Green+Blue) = 41+49+41=131 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.30% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 41 (16.41% from 255 or 31.30% from 131); Max value from RGB is 49 - color contains mainly: green. Hex color #293129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293129 is #D6CED6. Grayscale: #2D2D2D. Windows color (decimal): -14077655 or 2699561. OLE color: 2699561.

HSL color Cylindrical-coordinate representation of color #293129: hue angle of 120º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #293129 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.81.

Color convert

RGB414941-
CMYK0.1600.160.81
HSL120º8.89%17.65%-
HSV(B)120º16.33%19.22%-
XYZ2.412.832.52-
YUV45.7125.35124.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.30%
GREEN value IS 49 (19.53% from 255) = 37.40%
BLUE value IS 41 (16.41% from 255) = 31.30%
R=31.30%
G=37.40%
B=31.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4149410.1600.160.811208.8917.65
Hex293129100105178912
Octal516151200201211701122
Binary1010011100011010011000001000010100011111000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293129; }

 p { color: rgb(41,49,41); }

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

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

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

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

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

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

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