Html Css Color HEX #29837C Elm

📋 copy color: '#29837C'

red 41 ◦ green 131 ◦ blue 124

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

Shades of Elm #29837C

Tints of Elm #29837C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.26%

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

R = 13.85%
G = 44.26%
B = 41.89%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#29837C (or 0x29837C) is known color: Elm. HEX triplet: 29, 83 and 7C. RGB value is (41,131,124). Sum of RGB (Red+Green+Blue) = 41+131+124=296 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.85% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 131 - color contains mainly: green. Hex color #29837C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29837C is #D67C83. Grayscale: #676767. Windows color (decimal): -14056580 or 8160041. OLE color: 8160041.

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

Color convert

RGB 41 131 124 -
CMYK 0.69 0 0.05 0.49
HSL 175.33º 0.52% 0.34% -
HSV(B) 175.33º 0.69% 0.51% -
XYZ 12.67 18.16 21.91 -
YUV 103.29 139.68 83.57 -
System Red Green Blue C M Y K H S L
Decimal 41 131 124 0.69 0 0.05 0.49 175.33 0.52 0.34
Hex 29 83 7C 45 0 5 31 AF 34 22
Octal 51 203 174 105 0 5 61 257 64 42
Binary 101001 10000011 1111100 1000101 0 101 110001 10101111 110100 100010

Color Harmonies of #29837C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29837C

Black with #29837C

Text Example


Text Example

White with #29837C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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