#29413D

Color #29413D Gable Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gable Green #29413D

Tints of Gable Green #29413D

Color information

#29413D (or 0x29413D) is unknown color: approx Gable Green. HEX triplet: 29, 41 and 3D. RGB value is (41,65,61). Sum of RGB (Red+Green+Blue) = 41+65+61=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 61 (24.22% from 255 or 36.53% from 167); Max value from RGB is 65 - color contains mainly: green. Hex color #29413D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29413D is #D6BEC2. Grayscale: #393939. Windows color (decimal): -14073539 or 4014377. OLE color: 4014377.

HSL color Cylindrical-coordinate representation of color #29413D: hue angle of 170º 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 #29413D is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB416561-
CMYK0.3700.060.75
HSL170º22.64%20.78%-
HSV(B)170º36.92%25.49%-
XYZ3.654.595.11-
YUV57.37130.05116.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.55%
GREEN value IS 65 (25.78% from 255) = 38.92%
BLUE value IS 61 (24.22% from 255) = 36.53%
R=24.55%
G=38.92%
B=36.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4165610.3700.060.7517022.6420.78
Hex29413D25064Baa1715
Octal511017545061132522725
Binary101001100000111110110010101101001011101010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29413D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29413D; }

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

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

<style>
 a { background-color: #29413D; }

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

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

<style>
 span { border-color: #29413D; }

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

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