#29362C

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

Shades of Gordons Green #29362C

Tints of Gordons Green #29362C

Color information

#29362C (or 0x29362C) is unknown color: approx Gordons Green. HEX triplet: 29, 36 and 2C. RGB value is (41,54,44). Sum of RGB (Red+Green+Blue) = 41+54+44=139 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.50% from 139); Green value is 54 (21.48% from 255 or 38.85% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 54 - color contains mainly: green. Hex color #29362C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29362C is #D6C9D3. Grayscale: #313131. Windows color (decimal): -14076372 or 2897449. OLE color: 2897449.

HSL color Cylindrical-coordinate representation of color #29362C: hue angle of 133.85º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #29362C is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB415444-
CMYK0.2400.190.79
HSL133.85º13.68%18.63%-
HSV(B)133.85º24.07%21.18%-
XYZ2.693.292.88-
YUV48.97125.19122.31-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.50%
GREEN value IS 54 (21.48% from 255) = 38.85%
BLUE value IS 44 (17.58% from 255) = 31.65%
R=29.50%
G=38.85%
B=31.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4154440.2400.190.79133.8513.6818.63
Hex29362C180134F86e13
Octal516654300231172061623
Binary10100111011010110011000010011100111110000110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29362C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29362C; }

 p { color: rgb(41,54,44); }

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

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

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

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

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

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

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