Html Css Color HEX #29857F Elm

📋 copy color: '#29857F'

red 41 ◦ green 133 ◦ blue 127

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

Shades of Elm #29857F

Tints of Elm #29857F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.19%

 BLUE value IS 127 (50% from 255) = 42.19%

R = 13.62%
G = 44.19%
B = 42.19%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#29857F (or 0x29857F) is known color: Elm. HEX triplet: 29, 85 and 7F. RGB value is (41,133,127). Sum of RGB (Red+Green+Blue) = 41+133+127=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 133 - color contains mainly: green. Hex color #29857F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29857F is #D67A80. Grayscale: #686868. Windows color (decimal): -14056065 or 8357161. OLE color: 8357161.

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

Color convert

RGB 41 133 127 -
CMYK 0.69 0 0.05 0.48
HSL 176.09º 0.53% 0.34% -
HSV(B) 176.09º 0.69% 0.52% -
XYZ 13.13 18.78 23.01 -
YUV 104.81 140.52 82.49 -
System Red Green Blue C M Y K H S L
Decimal 41 133 127 0.69 0 0.05 0.48 176.09 0.53 0.34
Hex 29 85 7F 45 0 5 30 B0 35 22
Octal 51 205 177 105 0 5 60 260 65 42
Binary 101001 10000101 1111111 1000101 0 101 110000 10110000 110101 100010

Color Harmonies of #29857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29857F

Black with #29857F

Text Example


Text Example

White with #29857F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29857F; }

 p { color: rgb(41,133,127); }

 H1.HeaderClassName
 {
   color: #29857F;
 }
 .AnyTagClassName
 {
   color: #29857F;
 }
</style>

background-color css

<style>
 a { background-color: #29857F; }

 a { background-color: rgb(41,133,127); }

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

border-color css

<style>
 span { border-color: #29857F; }

 span { border-color: rgb(41,133,127); }

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