Html Css Color HEX #29867D Elm

📋 copy color: '#29867D'

red 41 ◦ green 134 ◦ blue 125

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

Shades of Elm #29867D

Tints of Elm #29867D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.67%

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

R = 13.67%
G = 44.67%
B = 41.67%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#29867D (or 0x29867D) is known color: Elm. HEX triplet: 29, 86 and 7D. RGB value is (41,134,125). Sum of RGB (Red+Green+Blue) = 41+134+125=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 134 (52.73% from 255 or 44.67% from 300); Blue value is 125 (49.22% from 255 or 41.67% from 300); Max value from RGB is 134 - color contains mainly: green. Hex color #29867D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29867D is #D67982. Grayscale: #696969. Windows color (decimal): -14055811 or 8226345. OLE color: 8226345.

HSL color Cylindrical-coordinate representation of color #29867D: hue angle of 174.19º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #29867D is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 134 125 -
CMYK 0.69 0 0.07 0.47
HSL 174.19º 0.53% 0.34% -
HSV(B) 174.19º 0.69% 0.53% -
XYZ 13.14 19 22.38 -
YUV 105.17 139.19 82.23 -
System Red Green Blue C M Y K H S L
Decimal 41 134 125 0.69 0 0.07 0.47 174.19 0.53 0.34
Hex 29 86 7D 45 0 7 2F AE 35 22
Octal 51 206 175 105 0 7 57 256 65 42
Binary 101001 10000110 1111101 1000101 0 111 101111 10101110 110101 100010

Color Harmonies of #29867D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29867D

Black with #29867D

Text Example


Text Example

White with #29867D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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