Html Css Color HEX #29766E Elm

📋 copy color: '#29766E'

red 41 ◦ green 118 ◦ blue 110

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

Shades of Elm #29766E

Tints of Elm #29766E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.87%

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

R = 15.24%
G = 43.87%
B = 40.89%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#29766E (or 0x29766E) is known color: Elm. HEX triplet: 29, 76 and 6E. RGB value is (41,118,110). Sum of RGB (Red+Green+Blue) = 41+118+110=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 110 (43.36% from 255 or 40.89% from 269); Max value from RGB is 118 - color contains mainly: green. Hex color #29766E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29766E is #D68991. Grayscale: #5E5E5E. Windows color (decimal): -14059922 or 7239209. OLE color: 7239209.

HSL color Cylindrical-coordinate representation of color #29766E: hue angle of 173.77º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #29766E is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 118 110 -
CMYK 0.65 0 0.07 0.54
HSL 173.77º 0.48% 0.31% -
HSV(B) 173.77º 0.65% 0.46% -
XYZ 10.21 14.55 17.02 -
YUV 94.07 136.99 90.15 -
System Red Green Blue C M Y K H S L
Decimal 41 118 110 0.65 0 0.07 0.54 173.77 0.48 0.31
Hex 29 76 6E 41 0 7 36 AE 30 1F
Octal 51 166 156 101 0 7 66 256 60 37
Binary 101001 1110110 1101110 1000001 0 111 110110 10101110 110000 11111

Color Harmonies of #29766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29766E

Black with #29766E

Text Example


Text Example

White with #29766E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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