#29352C

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

Shades of Gordons Green #29352C

Tints of Gordons Green #29352C

Color information

#29352C (or 0x29352C) is unknown color: approx Gordons Green. HEX triplet: 29, 35 and 2C. RGB value is (41,53,44). Sum of RGB (Red+Green+Blue) = 41+53+44=138 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.71% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 53 - color contains mainly: green. Hex color #29352C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29352C is #D6CAD3. Grayscale: #303030. Windows color (decimal): -14076628 or 2897193. OLE color: 2897193.

HSL color Cylindrical-coordinate representation of color #29352C: hue angle of 135º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #29352C is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB415344-
CMYK0.2300.170.79
HSL135º12.77%18.43%-
HSV(B)135º22.64%20.78%-
XYZ2.643.22.86-
YUV48.39125.52122.73-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.71%
GREEN value IS 53 (21.09% from 255) = 38.41%
BLUE value IS 44 (17.58% from 255) = 31.88%
R=29.71%
G=38.41%
B=31.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4153440.2300.170.7913512.7718.43
Hex29352C170114F87d12
Octal516554270211172071522
Binary10100111010110110010111010001100111110000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29352C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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