#29403D

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

Shades of Gable Green #29403D

Tints of Gable Green #29403D

Color information

#29403D (or 0x29403D) is unknown color: approx Gable Green. HEX triplet: 29, 40 and 3D. RGB value is (41,64,61). Sum of RGB (Red+Green+Blue) = 41+64+61=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 61 (24.22% from 255 or 36.75% from 166); Max value from RGB is 64 - color contains mainly: green. Hex color #29403D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29403D is #D6BFC2. Grayscale: #383838. Windows color (decimal): -14073795 or 4014121. OLE color: 4014121.

HSL color Cylindrical-coordinate representation of color #29403D: hue angle of 172.17º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #29403D is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB416461-
CMYK0.3600.050.75
HSL172.17º21.9%20.59%-
HSV(B)172.17º35.94%25.1%-
XYZ3.594.485.09-
YUV56.78130.38116.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.70%
GREEN value IS 64 (25.39% from 255) = 38.55%
BLUE value IS 61 (24.22% from 255) = 36.75%
R=24.70%
G=38.55%
B=36.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4164610.3600.050.75172.1721.920.59
Hex29403D24054Bac1615
Octal511007544051132542625
Binary101001100000011110110010001011001011101011001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29403D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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