Html Css Color HEX #29413D Gable Green

📋 copy color: '#29413D'

red 41 ◦ green 65 ◦ blue 61

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

Shades of Gable Green #29413D

Tints of Gable Green #29413D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.92%

 BLUE value IS 61 (24.22% from 255) = 36.53%

R = 24.55%
G = 38.92%
B = 36.53%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#29413D (or 0x29413D) is known color: Gable Green. HEX triplet: 29, 41 and 3D. RGB value is (41,65,61). Sum of RGB (Red+Green+Blue) = 41+65+61=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 61 (24.22% from 255 or 36.53% from 167); Max value from RGB is 65 - color contains mainly: green. Hex color #29413D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29413D is #D6BEC2. Grayscale: #393939. Windows color (decimal): -14073539 or 4014377. OLE color: 4014377.

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

Color convert

RGB 41 65 61 -
CMYK 0.37 0 0.06 0.75
HSL 170º 0.23% 0.21% -
HSV(B) 170º 0.37% 0.25% -
XYZ 3.65 4.59 5.11 -
YUV 57.37 130.05 116.33 -
System Red Green Blue C M Y K H S L
Decimal 41 65 61 0.37 0 0.06 0.75 170 0.23 0.21
Hex 29 41 3D 25 0 6 4B AA 17 15
Octal 51 101 75 45 0 6 113 252 27 25
Binary 101001 1000001 111101 100101 0 110 1001011 10101010 10111 10101

Color Harmonies of #29413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29413D

Black with #29413D

Text Example


Text Example

White with #29413D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29413D;
 }
 .AnyTagClassName
 {
   color: #29413D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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