Html Css Color HEX #29867C Elm

📋 copy color: '#29867C'

red 41 ◦ green 134 ◦ blue 124

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

Shades of Elm #29867C

Tints of Elm #29867C

RGB

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

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

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

R = 13.71%
G = 44.82%
B = 41.47%

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

#29867C (or 0x29867C) is known color: Elm. HEX triplet: 29, 86 and 7C. RGB value is (41,134,124). Sum of RGB (Red+Green+Blue) = 41+134+124=299 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.71% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 134 - color contains mainly: green. Hex color #29867C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29867C is #D67983. Grayscale: #696969. Windows color (decimal): -14055812 or 8160809. OLE color: 8160809.

HSL color Cylindrical-coordinate representation of color #29867C: hue angle of 173.55º 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 #29867C is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 134 124 -
CMYK 0.69 0 0.07 0.47
HSL 173.55º 0.53% 0.34% -
HSV(B) 173.55º 0.69% 0.53% -
XYZ 13.08 18.98 22.04 -
YUV 105.05 138.69 82.31 -
System Red Green Blue C M Y K H S L
Decimal 41 134 124 0.69 0 0.07 0.47 173.55 0.53 0.34
Hex 29 86 7C 45 0 7 2F AE 35 22
Octal 51 206 174 105 0 7 57 256 65 42
Binary 101001 10000110 1111100 1000101 0 111 101111 10101110 110101 100010

Color Harmonies of #29867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29867C

Black with #29867C

Text Example


Text Example

White with #29867C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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