Html Css Color HEX #297E72 Elm

📋 copy color: '#297E72'

red 41 ◦ green 126 ◦ blue 114

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

Shades of Elm #297E72

Tints of Elm #297E72

RGB

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

 GREEN value IS 126 (49.61% from 255) = 44.84%

 BLUE value IS 114 (44.92% from 255) = 40.57%

R = 14.59%
G = 44.84%
B = 40.57%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#297E72 (or 0x297E72) is known color: Elm. HEX triplet: 29, 7E and 72. RGB value is (41,126,114). Sum of RGB (Red+Green+Blue) = 41+126+114=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 126 (49.61% from 255 or 44.84% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 126 - color contains mainly: green. Hex color #297E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297E72 is #D6818D. Grayscale: #636363. Windows color (decimal): -14057870 or 7503401. OLE color: 7503401.

HSL color Cylindrical-coordinate representation of color #297E72: hue angle of 171.53º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #297E72 is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 41 126 114 -
CMYK 0.67 0 0.10 0.51
HSL 171.53º 0.51% 0.33% -
HSV(B) 171.53º 0.67% 0.49% -
XYZ 11.41 16.61 18.52 -
YUV 99.22 136.34 86.48 -
System Red Green Blue C M Y K H S L
Decimal 41 126 114 0.67 0 0.10 0.51 171.53 0.51 0.33
Hex 29 7E 72 43 0 A 33 AC 33 21
Octal 51 176 162 103 0 12 63 254 63 41
Binary 101001 1111110 1110010 1000011 0 1010 110011 10101100 110011 100001

Color Harmonies of #297E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297E72

Black with #297E72

Text Example


Text Example

White with #297E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,126,114); }

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

background-color css

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

 a { background-color: rgb(41,126,114); }

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

border-color css

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

 span { border-color: rgb(41,126,114); }

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