#29524A

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

Shades of Gable Green #29524A

Tints of Gable Green #29524A

Color information

#29524A (or 0x29524A) is unknown color: approx Gable Green. HEX triplet: 29, 52 and 4A. RGB value is (41,82,74). Sum of RGB (Red+Green+Blue) = 41+82+74=197 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.81% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 82 - color contains mainly: green. Hex color #29524A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29524A is #D6ADB5. Grayscale: #444444. Windows color (decimal): -14069174 or 4870697. OLE color: 4870697.

HSL color Cylindrical-coordinate representation of color #29524A: hue angle of 168.29º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #29524A is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB418274-
CMYK0.5000.100.68
HSL168.29º33.33%24.12%-
HSV(B)168.29º50%32.16%-
XYZ5.1777.56-
YUV68.83130.92108.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.81%
GREEN value IS 82 (32.42% from 255) = 41.62%
BLUE value IS 74 (29.30% from 255) = 37.56%
R=20.81%
G=41.62%
B=37.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4182740.5000.100.68168.2933.3324.12
Hex29524A320A44a82118
Octal51122112620121042504130
Binary101001101001010010101100100101010001001010100010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29524A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29524A; }

 p { color: rgb(41,82,74); }

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

<style>
 a { background-color: #29524A; }

 a { background-color: rgb(41,82,74); }

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

<style>
 span { border-color: #29524A; }

 span { border-color: rgb(41,82,74); }

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