Html Css Color HEX #297170 Elm

📋 copy color: '#297170'

red 41 ◦ green 113 ◦ blue 112

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

Shades of Elm #297170

Tints of Elm #297170

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.48%

 BLUE value IS 112 (44.14% from 255) = 42.11%

R = 15.41%
G = 42.48%
B = 42.11%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#297170 (or 0x297170) is known color: Elm. HEX triplet: 29, 71 and 70. RGB value is (41,113,112). Sum of RGB (Red+Green+Blue) = 41+113+112=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 113 - color contains mainly: green. Hex color #297170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297170 is #D68E8F. Grayscale: #5B5B5B. Windows color (decimal): -14061200 or 7369001. OLE color: 7369001.

HSL color Cylindrical-coordinate representation of color #297170: hue angle of 179.17º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #297170 is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 113 112 -
CMYK 0.64 0 0.01 0.56
HSL 179.17º 0.47% 0.3% -
HSV(B) 179.17º 0.64% 0.44% -
XYZ 9.74 13.45 17.41 -
YUV 91.36 139.65 92.08 -
System Red Green Blue C M Y K H S L
Decimal 41 113 112 0.64 0 0.01 0.56 179.17 0.47 0.3
Hex 29 71 70 40 0 1 38 B3 2F 1E
Octal 51 161 160 100 0 1 70 263 57 36
Binary 101001 1110001 1110000 1000000 0 1 111000 10110011 101111 11110

Color Harmonies of #297170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297170

Black with #297170

Text Example


Text Example

White with #297170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297170; }

 p { color: rgb(41,113,112); }

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

background-color css

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

 a { background-color: rgb(41,113,112); }

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

border-color css

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

 span { border-color: rgb(41,113,112); }

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