Html Css Color HEX #29413C Gable Green

📋 copy color: '#29413C'

red 41 ◦ green 65 ◦ blue 60

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

Shades of Gable Green #29413C

Tints of Gable Green #29413C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 36.14%

R = 24.7%
G = 39.16%
B = 36.14%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#29413C (or 0x29413C) is known color: Gable Green. HEX triplet: 29, 41 and 3C. RGB value is (41,65,60). Sum of RGB (Red+Green+Blue) = 41+65+60=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 60 (23.83% from 255 or 36.14% from 166); Max value from RGB is 65 - color contains mainly: green. Hex color #29413C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29413C is #D6BEC3. Grayscale: #393939. Windows color (decimal): -14073540 or 3948841. OLE color: 3948841.

HSL color Cylindrical-coordinate representation of color #29413C: hue angle of 167.5º 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 #29413C is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 65 60 -
CMYK 0.37 0 0.08 0.75
HSL 167.5º 0.23% 0.21% -
HSV(B) 167.5º 0.37% 0.25% -
XYZ 3.62 4.58 4.97 -
YUV 57.25 129.55 116.41 -
System Red Green Blue C M Y K H S L
Decimal 41 65 60 0.37 0 0.08 0.75 167.5 0.23 0.21
Hex 29 41 3C 25 0 8 4B A8 17 15
Octal 51 101 74 45 0 10 113 250 27 25
Binary 101001 1000001 111100 100101 0 1000 1001011 10101000 10111 10101

Color Harmonies of #29413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29413C

Black with #29413C

Text Example


Text Example

White with #29413C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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