Html Css Color HEX #293329 Gordons Green

📋 copy color: '#293329'

red 41 ◦ green 51 ◦ blue 41

#293329
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gordons Green #293329

Tints of Gordons Green #293329

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 value IS 0.20

 M value IS 0

 Y value IS 0.20

 K value IS 0.8

RGB Variations

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

Color information

#293329 (or 0x293329) is known color: 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

RGB 41 51 41 -
CMYK 0.20 0 0.20 0.8
HSL 120º 0.11% 0.18% -
HSV(B) 120º 0.2% 0.2% -
XYZ 2.5 3 2.55 -
YUV 46.87 124.69 123.81 -
System Red Green Blue C M Y K H S L
Decimal 41 51 41 0.20 0 0.20 0.8 120 0.11 0.18
Hex 29 33 29 14 0 14 50 78 B 12
Octal 51 63 51 24 0 24 120 170 13 22
Binary 101001 110011 101001 10100 0 10100 1010000 1111000 1011 10010

Color Harmonies of #293329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293329

Black with #293329

Text Example


Text Example

White with #293329

Text Example


Text Example

HTML Codes & Css Web 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>