Html Css Color HEX #297772 Elm

📋 copy color: '#297772'

red 41 ◦ green 119 ◦ blue 114

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

Shades of Elm #297772

Tints of Elm #297772

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.43%

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

R = 14.96%
G = 43.43%
B = 41.61%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#297772 (or 0x297772) is known color: Elm. HEX triplet: 29, 77 and 72. RGB value is (41,119,114). Sum of RGB (Red+Green+Blue) = 41+119+114=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 119 (46.88% from 255 or 43.43% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 119 - color contains mainly: green. Hex color #297772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297772 is #D6888D. Grayscale: #5F5F5F. Windows color (decimal): -14059662 or 7501609. OLE color: 7501609.

HSL color Cylindrical-coordinate representation of color #297772: hue angle of 176.15º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297772 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 119 114 -
CMYK 0.66 0 0.04 0.53
HSL 176.15º 0.49% 0.31% -
HSV(B) 176.15º 0.66% 0.47% -
XYZ 10.55 14.88 18.24 -
YUV 95.11 138.66 89.41 -
System Red Green Blue C M Y K H S L
Decimal 41 119 114 0.66 0 0.04 0.53 176.15 0.49 0.31
Hex 29 77 72 42 0 4 35 B0 31 1F
Octal 51 167 162 102 0 4 65 260 61 37
Binary 101001 1110111 1110010 1000010 0 100 110101 10110000 110001 11111

Color Harmonies of #297772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297772

Black with #297772

Text Example


Text Example

White with #297772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297772; }

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

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

background-color css

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

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

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

border-color css

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

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

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