#29412C

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

Shades of Gordons Green #29412C

Tints of Gordons Green #29412C

Color information

#29412C (or 0x29412C) is unknown color: approx Gordons Green. HEX triplet: 29, 41 and 2C. RGB value is (41,65,44). Sum of RGB (Red+Green+Blue) = 41+65+44=150 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.33% from 150); Green value is 65 (25.78% from 255 or 43.33% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 65 - color contains mainly: green. Hex color #29412C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29412C is #D6BED3. Grayscale: #373737. Windows color (decimal): -14073556 or 2900265. OLE color: 2900265.

HSL color Cylindrical-coordinate representation of color #29412C: hue angle of 127.5º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #29412C is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB416544-
CMYK0.3700.320.75
HSL127.5º22.64%20.78%-
HSV(B)127.5º36.92%25.49%-
XYZ3.264.433.07-
YUV55.43121.55117.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.33%
GREEN value IS 65 (25.78% from 255) = 43.33%
BLUE value IS 44 (17.58% from 255) = 29.33%
R=27.33%
G=43.33%
B=29.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4165440.3700.320.75127.522.6420.78
Hex29412C250204B7f1715
Octal5110154450401131772725
Binary10100110000011011001001010100000100101111111111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29412C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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