Html Css Color HEX #29706C Elm

📋 copy color: '#29706C'

red 41 ◦ green 112 ◦ blue 108

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

Shades of Elm #29706C

Tints of Elm #29706C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.91%

 BLUE value IS 108 (42.58% from 255) = 41.38%

R = 15.71%
G = 42.91%
B = 41.38%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#29706C (or 0x29706C) is known color: Elm. HEX triplet: 29, 70 and 6C. RGB value is (41,112,108). Sum of RGB (Red+Green+Blue) = 41+112+108=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 112 - color contains mainly: green. Hex color #29706C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29706C is #D68F93. Grayscale: #5A5A5A. Windows color (decimal): -14061460 or 7106601. OLE color: 7106601.

HSL color Cylindrical-coordinate representation of color #29706C: hue angle of 176.62º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #29706C is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 112 108 -
CMYK 0.63 0 0.04 0.56
HSL 176.62º 0.46% 0.3% -
HSV(B) 176.62º 0.63% 0.44% -
XYZ 9.42 13.14 16.23 -
YUV 90.32 137.98 92.83 -
System Red Green Blue C M Y K H S L
Decimal 41 112 108 0.63 0 0.04 0.56 176.62 0.46 0.3
Hex 29 70 6C 3F 0 4 38 B1 2E 1E
Octal 51 160 154 77 0 4 70 261 56 36
Binary 101001 1110000 1101100 111111 0 100 111000 10110001 101110 11110

Color Harmonies of #29706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29706C

Black with #29706C

Text Example


Text Example

White with #29706C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29706C; }

 p { color: rgb(41,112,108); }

 H1.HeaderClassName
 {
   color: #29706C;
 }
 .AnyTagClassName
 {
   color: #29706C;
 }
</style>

background-color css

<style>
 a { background-color: #29706C; }

 a { background-color: rgb(41,112,108); }

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

border-color css

<style>
 span { border-color: #29706C; }

 span { border-color: rgb(41,112,108); }

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