Html Css Color HEX #29413B Gable Green

📋 copy color: '#29413B'

red 41 ◦ green 65 ◦ blue 59

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

Shades of Gable Green #29413B

Tints of Gable Green #29413B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 35.76%

R = 24.85%
G = 39.39%
B = 35.76%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#29413B (or 0x29413B) is known color: Gable Green. HEX triplet: 29, 41 and 3B. RGB value is (41,65,59). Sum of RGB (Red+Green+Blue) = 41+65+59=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 59 (23.44% from 255 or 35.76% from 165); Max value from RGB is 65 - color contains mainly: green. Hex color #29413B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29413B is #D6BEC4. Grayscale: #393939. Windows color (decimal): -14073541 or 3883305. OLE color: 3883305.

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

Color convert

RGB 41 65 59 -
CMYK 0.37 0 0.09 0.75
HSL 165º 0.23% 0.21% -
HSV(B) 165º 0.37% 0.25% -
XYZ 3.59 4.57 4.83 -
YUV 57.14 129.05 116.49 -
System Red Green Blue C M Y K H S L
Decimal 41 65 59 0.37 0 0.09 0.75 165 0.23 0.21
Hex 29 41 3B 25 0 9 4B A5 17 15
Octal 51 101 73 45 0 11 113 245 27 25
Binary 101001 1000001 111011 100101 0 1001 1001011 10100101 10111 10101

Color Harmonies of #29413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29413B

Black with #29413B

Text Example


Text Example

White with #29413B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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