Html Css Color HEX #297E7B Elm

📋 copy color: '#297E7B'

red 41 ◦ green 126 ◦ blue 123

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

Shades of Elm #297E7B

Tints of Elm #297E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 42.41%

R = 14.14%
G = 43.45%
B = 42.41%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#297E7B (or 0x297E7B) is known color: Elm. HEX triplet: 29, 7E and 7B. RGB value is (41,126,123). Sum of RGB (Red+Green+Blue) = 41+126+123=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 126 (49.61% from 255 or 43.45% from 290); Blue value is 123 (48.44% from 255 or 42.41% from 290); Max value from RGB is 126 - color contains mainly: green. Hex color #297E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297E7B is #D68184. Grayscale: #646464. Windows color (decimal): -14057861 or 8093225. OLE color: 8093225.

HSL color Cylindrical-coordinate representation of color #297E7B: hue angle of 177.88º 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 #297E7B is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB 41 126 123 -
CMYK 0.67 0 0.02 0.51
HSL 177.88º 0.51% 0.33% -
HSV(B) 177.88º 0.67% 0.49% -
XYZ 11.95 16.82 21.36 -
YUV 100.24 140.84 85.74 -
System Red Green Blue C M Y K H S L
Decimal 41 126 123 0.67 0 0.02 0.51 177.88 0.51 0.33
Hex 29 7E 7B 43 0 2 33 B2 33 21
Octal 51 176 173 103 0 2 63 262 63 41
Binary 101001 1111110 1111011 1000011 0 10 110011 10110010 110011 100001

Color Harmonies of #297E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297E7B

Black with #297E7B

Text Example


Text Example

White with #297E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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