#293329

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

Shades of Gordons Green #293329

Tints of Gordons Green #293329

Color information

#293329 (or 0x293329) is unknown color: approx Gordons Green. HEX triplet: 29, 33 and 29. RGB value is (41,51,41). Sum of RGB (Red+Green+Blue) = 41+51+41=133 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.83% from 133); Green value is 51 (20.31% from 255 or 38.35% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 51 - color contains mainly: green. Hex color #293329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293329 is #D6CCD6. Grayscale: #2E2E2E. Windows color (decimal): -14077143 or 2700073. OLE color: 2700073.

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

Color convert

RGB415141-
CMYK0.2000.200.8
HSL120º10.87%18.04%-
HSV(B)120º19.61%20%-
XYZ2.532.55-
YUV46.87124.69123.81-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.83%
GREEN value IS 51 (20.31% from 255) = 38.35%
BLUE value IS 41 (16.41% from 255) = 30.83%
R=30.83%
G=38.35%
B=30.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4151410.2000.200.812010.8718.04
Hex293329140145078b12
Octal516351240241201701322
Binary1010011100111010011010001010010100001111000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293329; }

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

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

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

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

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

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

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

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