Html Css Color HEX #297372 Elm

📋 copy color: '#297372'

red 41 ◦ green 115 ◦ blue 114

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

Shades of Elm #297372

Tints of Elm #297372

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.59%

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

R = 15.19%
G = 42.59%
B = 42.22%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#297372 (or 0x297372) is known color: Elm. HEX triplet: 29, 73 and 72. RGB value is (41,115,114). Sum of RGB (Red+Green+Blue) = 41+115+114=270 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.19% from 270); Green value is 115 (45.31% from 255 or 42.59% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 115 - color contains mainly: green. Hex color #297372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297372 is #D68C8D. Grayscale: #5C5C5C. Windows color (decimal): -14060686 or 7500585. OLE color: 7500585.

HSL color Cylindrical-coordinate representation of color #297372: hue angle of 179.19º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #297372 is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 115 114 -
CMYK 0.64 0 0.01 0.55
HSL 179.19º 0.47% 0.31% -
HSV(B) 179.19º 0.64% 0.45% -
XYZ 10.08 13.95 18.08 -
YUV 92.76 139.98 91.08 -
System Red Green Blue C M Y K H S L
Decimal 41 115 114 0.64 0 0.01 0.55 179.19 0.47 0.31
Hex 29 73 72 40 0 1 37 B3 2F 1F
Octal 51 163 162 100 0 1 67 263 57 37
Binary 101001 1110011 1110010 1000000 0 1 110111 10110011 101111 11111

Color Harmonies of #297372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297372

Black with #297372

Text Example


Text Example

White with #297372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297372; }

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

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

background-color css

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

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

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

border-color css

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

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

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