Html Css Color HEX #297977 Elm

📋 copy color: '#297977'

red 41 ◦ green 121 ◦ blue 119

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

Shades of Elm #297977

Tints of Elm #297977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 42.35%

R = 14.59%
G = 43.06%
B = 42.35%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#297977 (or 0x297977) is known color: Elm. HEX triplet: 29, 79 and 77. RGB value is (41,121,119). Sum of RGB (Red+Green+Blue) = 41+121+119=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 121 (47.66% from 255 or 43.06% from 281); Blue value is 119 (46.88% from 255 or 42.35% from 281); Max value from RGB is 121 - color contains mainly: green. Hex color #297977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297977 is #D68688. Grayscale: #606060. Windows color (decimal): -14059145 or 7829801. OLE color: 7829801.

HSL color Cylindrical-coordinate representation of color #297977: hue angle of 178.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 #297977 is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 121 119 -
CMYK 0.66 0 0.02 0.53
HSL 178.5º 0.49% 0.32% -
HSV(B) 178.5º 0.66% 0.47% -
XYZ 11.08 15.48 19.86 -
YUV 96.85 140.5 88.16 -
System Red Green Blue C M Y K H S L
Decimal 41 121 119 0.66 0 0.02 0.53 178.5 0.49 0.32
Hex 29 79 77 42 0 2 35 B2 31 20
Octal 51 171 167 102 0 2 65 262 61 40
Binary 101001 1111001 1110111 1000010 0 10 110101 10110010 110001 100000

Color Harmonies of #297977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297977

Black with #297977

Text Example


Text Example

White with #297977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297977; }

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

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

background-color css

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

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

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

border-color css

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

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

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