Html Css Color HEX #29706D Elm

📋 copy color: '#29706D'

red 41 ◦ green 112 ◦ blue 109

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

Shades of Elm #29706D

Tints of Elm #29706D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.75%

 BLUE value IS 109 (42.97% from 255) = 41.6%

R = 15.65%
G = 42.75%
B = 41.6%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#29706D (or 0x29706D) is known color: Elm. HEX triplet: 29, 70 and 6D. RGB value is (41,112,109). Sum of RGB (Red+Green+Blue) = 41+112+109=262 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.65% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 112 - color contains mainly: green. Hex color #29706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29706D is #D68F92. Grayscale: #5A5A5A. Windows color (decimal): -14061459 or 7172137. OLE color: 7172137.

HSL color Cylindrical-coordinate representation of color #29706D: hue angle of 177.46º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #29706D is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 112 109 -
CMYK 0.63 0 0.03 0.56
HSL 177.46º 0.46% 0.3% -
HSV(B) 177.46º 0.63% 0.44% -
XYZ 9.47 13.16 16.51 -
YUV 90.43 138.48 92.74 -
System Red Green Blue C M Y K H S L
Decimal 41 112 109 0.63 0 0.03 0.56 177.46 0.46 0.3
Hex 29 70 6D 3F 0 3 38 B1 2E 1E
Octal 51 160 155 77 0 3 70 261 56 36
Binary 101001 1110000 1101101 111111 0 11 111000 10110001 101110 11110

Color Harmonies of #29706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29706D

Black with #29706D

Text Example


Text Example

White with #29706D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,112,109); }

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

background-color css

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

 a { background-color: rgb(41,112,109); }

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

border-color css

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

 span { border-color: rgb(41,112,109); }

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