Html Css Color HEX #297A77 Elm

📋 copy color: '#297A77'

red 41 ◦ green 122 ◦ blue 119

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

Shades of Elm #297A77

Tints of Elm #297A77

RGB

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

 GREEN value IS 122 (48.05% from 255) = 43.26%

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

R = 14.54%
G = 43.26%
B = 42.2%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.02

 K value IS 0.52

RGB Variations

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

Color information

#297A77 (or 0x297A77) is known color: Elm. HEX triplet: 29, 7A and 77. RGB value is (41,122,119). Sum of RGB (Red+Green+Blue) = 41+122+119=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 119 (46.88% from 255 or 42.20% from 282); Max value from RGB is 122 - color contains mainly: green. Hex color #297A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297A77 is #D68588. Grayscale: #616161. Windows color (decimal): -14058889 or 7830057. OLE color: 7830057.

HSL color Cylindrical-coordinate representation of color #297A77: hue angle of 177.78º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297A77 is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB 41 122 119 -
CMYK 0.66 0 0.02 0.52
HSL 177.78º 0.5% 0.32% -
HSV(B) 177.78º 0.66% 0.48% -
XYZ 11.2 15.72 19.9 -
YUV 97.44 140.16 87.74 -
System Red Green Blue C M Y K H S L
Decimal 41 122 119 0.66 0 0.02 0.52 177.78 0.5 0.32
Hex 29 7A 77 42 0 2 34 B2 32 20
Octal 51 172 167 102 0 2 64 262 62 40
Binary 101001 1111010 1110111 1000010 0 10 110100 10110010 110010 100000

Color Harmonies of #297A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297A77

Black with #297A77

Text Example


Text Example

White with #297A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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