Html Css Color HEX #29756F Elm

📋 copy color: '#29756F'

red 41 ◦ green 117 ◦ blue 111

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

Shades of Elm #29756F

Tints of Elm #29756F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.49%

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

R = 15.24%
G = 43.49%
B = 41.26%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#29756F (or 0x29756F) is known color: Elm. HEX triplet: 29, 75 and 6F. RGB value is (41,117,111). Sum of RGB (Red+Green+Blue) = 41+117+111=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 117 (46.09% from 255 or 43.49% from 269); Blue value is 111 (43.75% from 255 or 41.26% from 269); Max value from RGB is 117 - color contains mainly: green. Hex color #29756F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29756F is #D68A90. Grayscale: #5D5D5D. Windows color (decimal): -14060177 or 7304489. OLE color: 7304489.

HSL color Cylindrical-coordinate representation of color #29756F: hue angle of 175.26º 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 #29756F is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 117 111 -
CMYK 0.65 0 0.05 0.54
HSL 175.26º 0.48% 0.31% -
HSV(B) 175.26º 0.65% 0.46% -
XYZ 10.14 14.34 17.27 -
YUV 93.59 137.82 90.49 -
System Red Green Blue C M Y K H S L
Decimal 41 117 111 0.65 0 0.05 0.54 175.26 0.48 0.31
Hex 29 75 6F 41 0 5 36 AF 30 1F
Octal 51 165 157 101 0 5 66 257 60 37
Binary 101001 1110101 1101111 1000001 0 101 110110 10101111 110000 11111

Color Harmonies of #29756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29756F

Black with #29756F

Text Example


Text Example

White with #29756F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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