Html Css Color HEX #297675 Elm

📋 copy color: '#297675'

red 41 ◦ green 118 ◦ blue 117

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

Shades of Elm #297675

Tints of Elm #297675

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.75%

 BLUE value IS 117 (46.09% from 255) = 42.39%

R = 14.86%
G = 42.75%
B = 42.39%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#297675 (or 0x297675) is known color: Elm. HEX triplet: 29, 76 and 75. RGB value is (41,118,117). Sum of RGB (Red+Green+Blue) = 41+118+117=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 117 (46.09% from 255 or 42.39% from 276); Max value from RGB is 118 - color contains mainly: green. Hex color #297675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297675 is #D6898A. Grayscale: #5E5E5E. Windows color (decimal): -14059915 or 7697961. OLE color: 7697961.

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

Color convert

RGB 41 118 117 -
CMYK 0.65 0 0.01 0.54
HSL 179.22º 0.48% 0.31% -
HSV(B) 179.22º 0.65% 0.46% -
XYZ 10.6 14.71 19.11 -
YUV 94.86 140.49 89.58 -
System Red Green Blue C M Y K H S L
Decimal 41 118 117 0.65 0 0.01 0.54 179.22 0.48 0.31
Hex 29 76 75 41 0 1 36 B3 30 1F
Octal 51 166 165 101 0 1 66 263 60 37
Binary 101001 1110110 1110101 1000001 0 1 110110 10110011 110000 11111

Color Harmonies of #297675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297675

Black with #297675

Text Example


Text Example

White with #297675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297675; }

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

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

background-color css

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

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

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

border-color css

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

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

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