Html Css Color HEX #297774 Elm

📋 copy color: '#297774'

red 41 ◦ green 119 ◦ blue 116

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

Shades of Elm #297774

Tints of Elm #297774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 42.03%

R = 14.86%
G = 43.12%
B = 42.03%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#297774 (or 0x297774) is known color: Elm. HEX triplet: 29, 77 and 74. RGB value is (41,119,116). Sum of RGB (Red+Green+Blue) = 41+119+116=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 116 (45.70% from 255 or 42.03% from 276); Max value from RGB is 119 - color contains mainly: green. Hex color #297774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297774 is #D6888B. Grayscale: #5F5F5F. Windows color (decimal): -14059660 or 7632681. OLE color: 7632681.

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

Color convert

RGB 41 119 116 -
CMYK 0.66 0 0.03 0.53
HSL 177.69º 0.49% 0.31% -
HSV(B) 177.69º 0.66% 0.47% -
XYZ 10.66 14.93 18.84 -
YUV 95.34 139.66 89.24 -
System Red Green Blue C M Y K H S L
Decimal 41 119 116 0.66 0 0.03 0.53 177.69 0.49 0.31
Hex 29 77 74 42 0 3 35 B2 31 1F
Octal 51 167 164 102 0 3 65 262 61 37
Binary 101001 1110111 1110100 1000010 0 11 110101 10110010 110001 11111

Color Harmonies of #297774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297774

Black with #297774

Text Example


Text Example

White with #297774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297774; }

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

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

background-color css

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

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

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

border-color css

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

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

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