Html Css Color HEX #29514A Gable Green

📋 copy color: '#29514A'

red 41 ◦ green 81 ◦ blue 74

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

Shades of Gable Green #29514A

Tints of Gable Green #29514A

RGB

 RED value IS 41 (16.41% from 255) = 20.92%

 GREEN value IS 81 (32.03% from 255) = 41.33%

 BLUE value IS 74 (29.3% from 255) = 37.76%

R = 20.92%
G = 41.33%
B = 37.76%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#29514A (or 0x29514A) is known color: Gable Green. HEX triplet: 29, 51 and 4A. RGB value is (41,81,74). Sum of RGB (Red+Green+Blue) = 41+81+74=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 81 - color contains mainly: green. Hex color #29514A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29514A is #D6AEB5. Grayscale: #444444. Windows color (decimal): -14069430 or 4870441. OLE color: 4870441.

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

Color convert

RGB 41 81 74 -
CMYK 0.49 0 0.09 0.68
HSL 169.5º 0.33% 0.24% -
HSV(B) 169.5º 0.49% 0.32% -
XYZ 5.09 6.85 7.53 -
YUV 68.24 131.25 108.57 -
System Red Green Blue C M Y K H S L
Decimal 41 81 74 0.49 0 0.09 0.68 169.5 0.33 0.24
Hex 29 51 4A 31 0 9 44 AA 21 18
Octal 51 121 112 61 0 11 104 252 41 30
Binary 101001 1010001 1001010 110001 0 1001 1000100 10101010 100001 11000

Color Harmonies of #29514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29514A

Black with #29514A

Text Example


Text Example

White with #29514A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29514A;
 }
 .AnyTagClassName
 {
   color: #29514A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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