Html Css Color HEX #29817C Elm

📋 copy color: '#29817C'

red 41 ◦ green 129 ◦ blue 124

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

Shades of Elm #29817C

Tints of Elm #29817C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.88%

 BLUE value IS 124 (48.83% from 255) = 42.18%

R = 13.95%
G = 43.88%
B = 42.18%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#29817C (or 0x29817C) is known color: Elm. HEX triplet: 29, 81 and 7C. RGB value is (41,129,124). Sum of RGB (Red+Green+Blue) = 41+129+124=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 129 - color contains mainly: green. Hex color #29817C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29817C is #D67E83. Grayscale: #666666. Windows color (decimal): -14057092 or 8159529. OLE color: 8159529.

HSL color Cylindrical-coordinate representation of color #29817C: hue angle of 176.59º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #29817C is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 129 124 -
CMYK 0.68 0 0.04 0.49
HSL 176.59º 0.52% 0.33% -
HSV(B) 176.59º 0.68% 0.51% -
XYZ 12.4 17.63 21.82 -
YUV 102.12 140.35 84.41 -
System Red Green Blue C M Y K H S L
Decimal 41 129 124 0.68 0 0.04 0.49 176.59 0.52 0.33
Hex 29 81 7C 44 0 4 31 B1 34 21
Octal 51 201 174 104 0 4 61 261 64 41
Binary 101001 10000001 1111100 1000100 0 100 110001 10110001 110100 100001

Color Harmonies of #29817C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29817C

Black with #29817C

Text Example


Text Example

White with #29817C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,129,124); }

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

background-color css

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

 a { background-color: rgb(41,129,124); }

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

border-color css

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

 span { border-color: rgb(41,129,124); }

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