Html Css Color HEX #29897D Elm

📋 copy color: '#29897D'

red 41 ◦ green 137 ◦ blue 125

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

Shades of Elm #29897D

Tints of Elm #29897D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 41.25%

R = 13.53%
G = 45.21%
B = 41.25%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#29897D (or 0x29897D) is known color: Elm. HEX triplet: 29, 89 and 7D. RGB value is (41,137,125). Sum of RGB (Red+Green+Blue) = 41+137+125=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 137 - color contains mainly: green. Hex color #29897D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29897D is #D67682. Grayscale: #6A6A6A. Windows color (decimal): -14055043 or 8227113. OLE color: 8227113.

HSL color Cylindrical-coordinate representation of color #29897D: hue angle of 172.5º 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 #29897D is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 41 137 125 -
CMYK 0.70 0 0.09 0.46
HSL 172.5º 0.54% 0.35% -
HSV(B) 172.5º 0.7% 0.54% -
XYZ 13.56 19.84 22.52 -
YUV 106.93 138.2 80.98 -
System Red Green Blue C M Y K H S L
Decimal 41 137 125 0.70 0 0.09 0.46 172.5 0.54 0.35
Hex 29 89 7D 46 0 9 2E AC 36 23
Octal 51 211 175 106 0 11 56 254 66 43
Binary 101001 10001001 1111101 1000110 0 1001 101110 10101100 110110 100011

Color Harmonies of #29897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29897D

Black with #29897D

Text Example


Text Example

White with #29897D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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