Html Css Color HEX #29716E Elm

📋 copy color: '#29716E'

red 41 ◦ green 113 ◦ blue 110

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

Shades of Elm #29716E

Tints of Elm #29716E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.8%

 BLUE value IS 110 (43.36% from 255) = 41.67%

R = 15.53%
G = 42.8%
B = 41.67%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#29716E (or 0x29716E) is known color: Elm. HEX triplet: 29, 71 and 6E. RGB value is (41,113,110). Sum of RGB (Red+Green+Blue) = 41+113+110=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 113 - color contains mainly: green. Hex color #29716E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29716E is #D68E91. Grayscale: #5B5B5B. Windows color (decimal): -14061202 or 7237929. OLE color: 7237929.

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

Color convert

RGB 41 113 110 -
CMYK 0.64 0 0.03 0.56
HSL 177.5º 0.47% 0.3% -
HSV(B) 177.5º 0.64% 0.44% -
XYZ 9.63 13.41 16.83 -
YUV 91.13 138.65 92.24 -
System Red Green Blue C M Y K H S L
Decimal 41 113 110 0.64 0 0.03 0.56 177.5 0.47 0.3
Hex 29 71 6E 40 0 3 38 B2 2F 1E
Octal 51 161 156 100 0 3 70 262 57 36
Binary 101001 1110001 1101110 1000000 0 11 111000 10110010 101111 11110

Color Harmonies of #29716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29716E

Black with #29716E

Text Example


Text Example

White with #29716E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29716E; }

 p { color: rgb(41,113,110); }

 H1.HeaderClassName
 {
   color: #29716E;
 }
 .AnyTagClassName
 {
   color: #29716E;
 }
</style>

background-color css

<style>
 a { background-color: #29716E; }

 a { background-color: rgb(41,113,110); }

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

border-color css

<style>
 span { border-color: #29716E; }

 span { border-color: rgb(41,113,110); }

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