#29372C

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

Shades of Gordons Green #29372C

Tints of Gordons Green #29372C

Color information

#29372C (or 0x29372C) is unknown color: approx Gordons Green. HEX triplet: 29, 37 and 2C. RGB value is (41,55,44). Sum of RGB (Red+Green+Blue) = 41+55+44=140 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.29% from 140); Green value is 55 (21.88% from 255 or 39.29% from 140); Blue value is 44 (17.58% from 255 or 31.43% from 140); Max value from RGB is 55 - color contains mainly: green. Hex color #29372C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29372C is #D6C8D3. Grayscale: #313131. Windows color (decimal): -14076116 or 2897705. OLE color: 2897705.

HSL color Cylindrical-coordinate representation of color #29372C: hue angle of 132.86º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #29372C is Cyan = 0.25, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.78.

Color convert

RGB415544-
CMYK0.2500.20.78
HSL132.86º14.58%18.82%-
HSV(B)132.86º25.45%21.57%-
XYZ2.743.392.89-
YUV49.56124.86121.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.29%
GREEN value IS 55 (21.88% from 255) = 39.29%
BLUE value IS 44 (17.58% from 255) = 31.43%
R=29.29%
G=39.29%
B=31.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4155440.2500.20.78132.8614.5818.82
Hex29372C190144E85f13
Octal516754310241162051723
Binary10100111011110110011001010100100111010000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29372C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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