Html Css Color HEX #29726F Elm

📋 copy color: '#29726F'

red 41 ◦ green 114 ◦ blue 111

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

Shades of Elm #29726F

Tints of Elm #29726F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.86%

 BLUE value IS 111 (43.75% from 255) = 41.73%

R = 15.41%
G = 42.86%
B = 41.73%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#29726F (or 0x29726F) is known color: Elm. HEX triplet: 29, 72 and 6F. RGB value is (41,114,111). Sum of RGB (Red+Green+Blue) = 41+114+111=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 114 - color contains mainly: green. Hex color #29726F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29726F is #D68D90. Grayscale: #5B5B5B. Windows color (decimal): -14060945 or 7303721. OLE color: 7303721.

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

Color convert

RGB 41 114 111 -
CMYK 0.64 0 0.03 0.55
HSL 177.53º 0.47% 0.3% -
HSV(B) 177.53º 0.64% 0.45% -
XYZ 9.8 13.65 17.16 -
YUV 91.83 138.82 91.74 -
System Red Green Blue C M Y K H S L
Decimal 41 114 111 0.64 0 0.03 0.55 177.53 0.47 0.3
Hex 29 72 6F 40 0 3 37 B2 2F 1E
Octal 51 162 157 100 0 3 67 262 57 36
Binary 101001 1110010 1101111 1000000 0 11 110111 10110010 101111 11110

Color Harmonies of #29726F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29726F

Black with #29726F

Text Example


Text Example

White with #29726F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29726F; }

 p { color: rgb(41,114,111); }

 H1.HeaderClassName
 {
   color: #29726F;
 }
 .AnyTagClassName
 {
   color: #29726F;
 }
</style>

background-color css

<style>
 a { background-color: #29726F; }

 a { background-color: rgb(41,114,111); }

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

border-color css

<style>
 span { border-color: #29726F; }

 span { border-color: rgb(41,114,111); }

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