#29332C

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

Shades of Gordons Green #29332C

Tints of Gordons Green #29332C

Color information

#29332C (or 0x29332C) is unknown color: approx Gordons Green. HEX triplet: 29, 33 and 2C. RGB value is (41,51,44). Sum of RGB (Red+Green+Blue) = 41+51+44=136 (18% of max value = 765). Red value is 41 (16.41% from 255 or 30.15% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 51 - color contains mainly: green. Hex color #29332C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29332C is #D6CCD3. Grayscale: #2F2F2F. Windows color (decimal): -14077140 or 2896681. OLE color: 2896681.

HSL color Cylindrical-coordinate representation of color #29332C: hue angle of 138º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #29332C is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.8.

Color convert

RGB415144-
CMYK0.2000.140.8
HSL138º10.87%18.04%-
HSV(B)138º19.61%20%-
XYZ2.553.022.83-
YUV47.21126.19123.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.15%
GREEN value IS 51 (20.31% from 255) = 37.5%
BLUE value IS 44 (17.58% from 255) = 32.35%
R=30.15%
G=37.5%
B=32.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4151440.2000.140.813810.8718.04
Hex29332C140E508ab12
Octal516354240161202121322
Binary1010011100111011001010001110101000010001010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29332C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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