Html Css Color HEX #297F73 Elm

📋 copy color: '#297F73'

red 41 ◦ green 127 ◦ blue 115

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

Shades of Elm #297F73

Tints of Elm #297F73

RGB

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

 GREEN value IS 127 (50% from 255) = 44.88%

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

R = 14.49%
G = 44.88%
B = 40.64%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#297F73 (or 0x297F73) is known color: Elm. HEX triplet: 29, 7F and 73. RGB value is (41,127,115). Sum of RGB (Red+Green+Blue) = 41+127+115=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 127 (50% from 255 or 44.88% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 127 - color contains mainly: green. Hex color #297F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297F73 is #D6808C. Grayscale: #636363. Windows color (decimal): -14057613 or 7569193. OLE color: 7569193.

HSL color Cylindrical-coordinate representation of color #297F73: hue angle of 171.63º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #297F73 is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 127 115 -
CMYK 0.68 0 0.09 0.50
HSL 171.63º 0.51% 0.33% -
HSV(B) 171.63º 0.68% 0.5% -
XYZ 11.6 16.89 18.87 -
YUV 99.92 136.51 85.98 -
System Red Green Blue C M Y K H S L
Decimal 41 127 115 0.68 0 0.09 0.50 171.63 0.51 0.33
Hex 29 7F 73 44 0 9 32 AC 33 21
Octal 51 177 163 104 0 11 62 254 63 41
Binary 101001 1111111 1110011 1000100 0 1001 110010 10101100 110011 100001

Color Harmonies of #297F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297F73

Black with #297F73

Text Example


Text Example

White with #297F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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