#292D29

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

Shades of Gordons Green #292D29

Tints of Gordons Green #292D29

Color information

#292D29 (or 0x292D29) is unknown color: approx Gordons Green. HEX triplet: 29, 2D and 29. RGB value is (41,45,41). Sum of RGB (Red+Green+Blue) = 41+45+41=127 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.28% from 127); Green value is 45 (17.97% from 255 or 35.43% from 127); Blue value is 41 (16.41% from 255 or 32.28% from 127); Max value from RGB is 45 - color contains mainly: green. Hex color #292D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292D29 is #D6D2D6. Grayscale: #2B2B2B. Windows color (decimal): -14078679 or 2698537. OLE color: 2698537.

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

Color convert

RGB414541-
CMYK0.0900.090.82
HSL120º4.65%16.86%-
HSV(B)120º8.89%17.65%-
XYZ2.252.512.46-
YUV43.35126.67126.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.28%
GREEN value IS 45 (17.97% from 255) = 35.43%
BLUE value IS 41 (16.41% from 255) = 32.28%
R=32.28%
G=35.43%
B=32.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4145410.0900.090.821204.6516.86
Hex292D299095278511
Octal51555111011122170521
Binary1010011011011010011001010011010010111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292D29; }

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

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

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

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

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

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

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

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