Html Css Color HEX #297973 Elm

📋 copy color: '#297973'

red 41 ◦ green 121 ◦ blue 115

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

Shades of Elm #297973

Tints of Elm #297973

RGB

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

 GREEN value IS 121 (47.66% from 255) = 43.68%

 BLUE value IS 115 (45.31% from 255) = 41.52%

R = 14.8%
G = 43.68%
B = 41.52%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#297973 (or 0x297973) is known color: Elm. HEX triplet: 29, 79 and 73. RGB value is (41,121,115). Sum of RGB (Red+Green+Blue) = 41+121+115=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 121 (47.66% from 255 or 43.68% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 121 - color contains mainly: green. Hex color #297973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297973 is #D6868C. Grayscale: #606060. Windows color (decimal): -14059149 or 7567657. OLE color: 7567657.

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

Color convert

RGB 41 121 115 -
CMYK 0.66 0 0.05 0.53
HSL 175.5º 0.49% 0.32% -
HSV(B) 175.5º 0.66% 0.47% -
XYZ 10.85 15.38 18.62 -
YUV 96.4 138.5 88.49 -
System Red Green Blue C M Y K H S L
Decimal 41 121 115 0.66 0 0.05 0.53 175.5 0.49 0.32
Hex 29 79 73 42 0 5 35 B0 31 20
Octal 51 171 163 102 0 5 65 260 61 40
Binary 101001 1111001 1110011 1000010 0 101 110101 10110000 110001 100000

Color Harmonies of #297973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297973

Black with #297973

Text Example


Text Example

White with #297973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297973; }

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

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

background-color css

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

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

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

border-color css

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

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

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