Html Css Color HEX #29776F Elm

📋 copy color: '#29776F'

red 41 ◦ green 119 ◦ blue 111

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

Shades of Elm #29776F

Tints of Elm #29776F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.91%

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

R = 15.13%
G = 43.91%
B = 40.96%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#29776F (or 0x29776F) is known color: Elm. HEX triplet: 29, 77 and 6F. RGB value is (41,119,111). Sum of RGB (Red+Green+Blue) = 41+119+111=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 111 (43.75% from 255 or 40.96% from 271); Max value from RGB is 119 - color contains mainly: green. Hex color #29776F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29776F is #D68890. Grayscale: #5E5E5E. Windows color (decimal): -14059665 or 7305001. OLE color: 7305001.

HSL color Cylindrical-coordinate representation of color #29776F: hue angle of 173.85º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #29776F is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 119 111 -
CMYK 0.66 0 0.07 0.53
HSL 173.85º 0.49% 0.31% -
HSV(B) 173.85º 0.66% 0.47% -
XYZ 10.38 14.81 17.35 -
YUV 94.77 137.16 89.65 -
System Red Green Blue C M Y K H S L
Decimal 41 119 111 0.66 0 0.07 0.53 173.85 0.49 0.31
Hex 29 77 6F 42 0 7 35 AE 31 1F
Octal 51 167 157 102 0 7 65 256 61 37
Binary 101001 1110111 1101111 1000010 0 111 110101 10101110 110001 11111

Color Harmonies of #29776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29776F

Black with #29776F

Text Example


Text Example

White with #29776F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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