#29342C

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

Shades of Gordons Green #29342C

Tints of Gordons Green #29342C

Color information

#29342C (or 0x29342C) is unknown color: approx Gordons Green. HEX triplet: 29, 34 and 2C. RGB value is (41,52,44). Sum of RGB (Red+Green+Blue) = 41+52+44=137 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.93% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 44 (17.58% from 255 or 32.12% from 137); Max value from RGB is 52 - color contains mainly: green. Hex color #29342C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29342C is #D6CBD3. Grayscale: #2F2F2F. Windows color (decimal): -14076884 or 2896937. OLE color: 2896937.

HSL color Cylindrical-coordinate representation of color #29342C: hue angle of 136.36º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #29342C is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.80.

Color convert

RGB415244-
CMYK0.2100.150.80
HSL136.36º11.83%18.24%-
HSV(B)136.36º21.15%20.39%-
XYZ2.63.112.85-
YUV47.8125.86123.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.93%
GREEN value IS 52 (20.70% from 255) = 37.96%
BLUE value IS 44 (17.58% from 255) = 32.12%
R=29.93%
G=37.96%
B=32.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4152440.2100.150.80136.3611.8318.24
Hex29342C150F5088c12
Octal516454250171202101422
Binary1010011101001011001010101111101000010001000110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29342C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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