#292E29

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

Shades of Gordons Green #292E29

Tints of Gordons Green #292E29

Color information

#292E29 (or 0x292E29) is unknown color: approx Gordons Green. HEX triplet: 29, 2E and 29. RGB value is (41,46,41). Sum of RGB (Red+Green+Blue) = 41+46+41=128 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.03% from 128); Green value is 46 (18.36% from 255 or 35.94% from 128); Blue value is 41 (16.41% from 255 or 32.03% from 128); Max value from RGB is 46 - color contains mainly: green. Hex color #292E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292E29 is #D6D1D6. Grayscale: #2B2B2B. Windows color (decimal): -14078423 or 2698793. OLE color: 2698793.

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

Color convert

RGB414641-
CMYK0.1100.110.82
HSL120º5.75%17.06%-
HSV(B)120º10.87%18.04%-
XYZ2.292.592.48-
YUV43.93126.34125.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.03%
GREEN value IS 46 (18.36% from 255) = 35.94%
BLUE value IS 41 (16.41% from 255) = 32.03%
R=32.03%
G=35.94%
B=32.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4146410.1100.110.821205.7517.06
Hex292E29B0B5278611
Octal51565113013122170621
Binary1010011011101010011011010111010010111100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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