#293D2D

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

Shades of Gordons Green #293D2D

Tints of Gordons Green #293D2D

Color information

#293D2D (or 0x293D2D) is unknown color: approx Gordons Green. HEX triplet: 29, 3D and 2D. RGB value is (41,61,45). Sum of RGB (Red+Green+Blue) = 41+61+45=147 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.89% from 147); Green value is 61 (24.22% from 255 or 41.50% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 61 - color contains mainly: green. Hex color #293D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293D2D is #D6C2D2. Grayscale: #353535. Windows color (decimal): -14074579 or 2964777. OLE color: 2964777.

HSL color Cylindrical-coordinate representation of color #293D2D: hue angle of 132º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #293D2D is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.76.

Color convert

RGB416145-
CMYK0.3300.260.76
HSL132º19.61%20%-
HSV(B)132º32.79%23.92%-
XYZ3.0643.09-
YUV53.2123.37119.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.89%
GREEN value IS 61 (24.22% from 255) = 41.50%
BLUE value IS 45 (17.97% from 255) = 30.61%
R=27.89%
G=41.50%
B=30.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4161450.3300.260.7613219.6120
Hex293D2D2101A4C841414
Octal517555410321142042424
Binary1010011111011011011000010110101001100100001001010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293D2D; }

 p { color: rgb(41,61,45); }

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

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

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

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

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

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

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