#29463F

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

Shades of Gable Green #29463F

Tints of Gable Green #29463F

Color information

#29463F (or 0x29463F) is unknown color: approx Gable Green. HEX triplet: 29, 46 and 3F. RGB value is (41,70,63). Sum of RGB (Red+Green+Blue) = 41+70+63=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 70 - color contains mainly: green. Hex color #29463F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29463F is #D6B9C0. Grayscale: #3C3C3C. Windows color (decimal): -14072257 or 4146729. OLE color: 4146729.

HSL color Cylindrical-coordinate representation of color #29463F: hue angle of 165.52º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #29463F is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB417063-
CMYK0.4100.100.73
HSL165.52º26.13%21.76%-
HSV(B)165.52º41.43%27.45%-
XYZ45.215.5-
YUV60.53129.39114.07-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.56%
GREEN value IS 70 (27.73% from 255) = 40.23%
BLUE value IS 63 (25% from 255) = 36.21%
R=23.56%
G=40.23%
B=36.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4170630.4100.100.73165.5226.1321.76
Hex29463F290A49a61a16
Octal5110677510121112463226
Binary1010011000110111111101001010101001001101001101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29463F; }

 p { color: rgb(41,70,63); }

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

<style>
 a { background-color: #29463F; }

 a { background-color: rgb(41,70,63); }

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

<style>
 span { border-color: #29463F; }

 span { border-color: rgb(41,70,63); }

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