Html Css Color HEX #29524A Gable Green

📋 copy color: '#29524A'

red 41 ◦ green 82 ◦ blue 74

#29524A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gable Green #29524A

Tints of Gable Green #29524A

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.3% from 255) = 37.56%

R = 20.81%
G = 41.62%
B = 37.56%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#29524A (or 0x29524A) is known color: 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

RGB 41 82 74 -
CMYK 0.50 0 0.10 0.68
HSL 168.29º 0.33% 0.24% -
HSV(B) 168.29º 0.5% 0.32% -
XYZ 5.17 7 7.56 -
YUV 68.83 130.92 108.15 -
System Red Green Blue C M Y K H S L
Decimal 41 82 74 0.50 0 0.10 0.68 168.29 0.33 0.24
Hex 29 52 4A 32 0 A 44 A8 21 18
Octal 51 122 112 62 0 12 104 250 41 30
Binary 101001 1010010 1001010 110010 0 1010 1000100 10101000 100001 11000

Color Harmonies of #29524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29524A

Black with #29524A

Text Example


Text Example

White with #29524A

Text Example


Text Example

HTML Codes & Css Web 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>