Html Css Color HEX #297473 Elm

📋 copy color: '#297473'

red 41 ◦ green 116 ◦ blue 115

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

Shades of Elm #297473

Tints of Elm #297473

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.65%

 BLUE value IS 115 (45.31% from 255) = 42.28%

R = 15.07%
G = 42.65%
B = 42.28%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#297473 (or 0x297473) is known color: Elm. HEX triplet: 29, 74 and 73. RGB value is (41,116,115). Sum of RGB (Red+Green+Blue) = 41+116+115=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 116 (45.70% from 255 or 42.65% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 116 - color contains mainly: green. Hex color #297473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297473 is #D68B8C. Grayscale: #5D5D5D. Windows color (decimal): -14060429 or 7566377. OLE color: 7566377.

HSL color Cylindrical-coordinate representation of color #297473: hue angle of 179.2º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #297473 is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 116 115 -
CMYK 0.65 0 0.01 0.55
HSL 179.2º 0.48% 0.31% -
HSV(B) 179.2º 0.65% 0.45% -
XYZ 10.25 14.2 18.42 -
YUV 93.46 140.15 90.58 -
System Red Green Blue C M Y K H S L
Decimal 41 116 115 0.65 0 0.01 0.55 179.2 0.48 0.31
Hex 29 74 73 41 0 1 37 B3 30 1F
Octal 51 164 163 101 0 1 67 263 60 37
Binary 101001 1110100 1110011 1000001 0 1 110111 10110011 110000 11111

Color Harmonies of #297473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297473

Black with #297473

Text Example


Text Example

White with #297473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297473; }

 p { color: rgb(41,116,115); }

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

background-color css

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

 a { background-color: rgb(41,116,115); }

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

border-color css

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

 span { border-color: rgb(41,116,115); }

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