Html Css Color HEX #29897E Elm

📋 copy color: '#29897E'

red 41 ◦ green 137 ◦ blue 126

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

Shades of Elm #29897E

Tints of Elm #29897E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.07%

 BLUE value IS 126 (49.61% from 255) = 41.45%

R = 13.49%
G = 45.07%
B = 41.45%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#29897E (or 0x29897E) is known color: Elm. HEX triplet: 29, 89 and 7E. RGB value is (41,137,126). Sum of RGB (Red+Green+Blue) = 41+137+126=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 137 - color contains mainly: green. Hex color #29897E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29897E is #D67681. Grayscale: #6A6A6A. Windows color (decimal): -14055042 or 8292649. OLE color: 8292649.

HSL color Cylindrical-coordinate representation of color #29897E: hue angle of 173.12º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #29897E is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB 41 137 126 -
CMYK 0.70 0 0.08 0.46
HSL 173.13º 0.54% 0.35% -
HSV(B) 173.13º 0.7% 0.54% -
XYZ 13.63 19.87 22.86 -
YUV 107.04 138.7 80.89 -
System Red Green Blue C M Y K H S L
Decimal 41 137 126 0.70 0 0.08 0.46 173.13 0.54 0.35
Hex 29 89 7E 46 0 8 2E AD 36 23
Octal 51 211 176 106 0 10 56 255 66 43
Binary 101001 10001001 1111110 1000110 0 1000 101110 10101101 110110 100011

Color Harmonies of #29897E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29897E

Black with #29897E

Text Example


Text Example

White with #29897E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29897E; }

 p { color: rgb(41,137,126); }

 H1.HeaderClassName
 {
   color: #29897E;
 }
 .AnyTagClassName
 {
   color: #29897E;
 }
</style>

background-color css

<style>
 a { background-color: #29897E; }

 a { background-color: rgb(41,137,126); }

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

border-color css

<style>
 span { border-color: #29897E; }

 span { border-color: rgb(41,137,126); }

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