Html Css Color HEX #297B76 Elm

📋 copy color: '#297B76'

red 41 ◦ green 123 ◦ blue 118

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

Shades of Elm #297B76

Tints of Elm #297B76

RGB

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

 GREEN value IS 123 (48.44% from 255) = 43.62%

 BLUE value IS 118 (46.48% from 255) = 41.84%

R = 14.54%
G = 43.62%
B = 41.84%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#297B76 (or 0x297B76) is known color: Elm. HEX triplet: 29, 7B and 76. RGB value is (41,123,118). Sum of RGB (Red+Green+Blue) = 41+123+118=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 123 (48.44% from 255 or 43.62% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 123 - color contains mainly: green. Hex color #297B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297B76 is #D68489. Grayscale: #616161. Windows color (decimal): -14058634 or 7764777. OLE color: 7764777.

HSL color Cylindrical-coordinate representation of color #297B76: hue angle of 176.34º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #297B76 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB 41 123 118 -
CMYK 0.67 0 0.04 0.52
HSL 176.34º 0.5% 0.32% -
HSV(B) 176.34º 0.67% 0.48% -
XYZ 11.27 15.95 19.62 -
YUV 97.91 139.33 87.41 -
System Red Green Blue C M Y K H S L
Decimal 41 123 118 0.67 0 0.04 0.52 176.34 0.5 0.32
Hex 29 7B 76 43 0 4 34 B0 32 20
Octal 51 173 166 103 0 4 64 260 62 40
Binary 101001 1111011 1110110 1000011 0 100 110100 10110000 110010 100000

Color Harmonies of #297B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297B76

Black with #297B76

Text Example


Text Example

White with #297B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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