Html Css Color HEX #297B74 Elm

📋 copy color: '#297B74'

red 41 ◦ green 123 ◦ blue 116

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

Shades of Elm #297B74

Tints of Elm #297B74

RGB

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

 GREEN value IS 123 (48.44% from 255) = 43.93%

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

R = 14.64%
G = 43.93%
B = 41.43%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.06

 K value IS 0.52

RGB Variations

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

Color information

#297B74 (or 0x297B74) is known color: Elm. HEX triplet: 29, 7B and 74. RGB value is (41,123,116). Sum of RGB (Red+Green+Blue) = 41+123+116=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 123 (48.44% from 255 or 43.93% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 123 - color contains mainly: green. Hex color #297B74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297B74 is #D6848B. Grayscale: #616161. Windows color (decimal): -14058636 or 7633705. OLE color: 7633705.

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

Color convert

RGB 41 123 116 -
CMYK 0.67 0 0.06 0.52
HSL 174.88º 0.5% 0.32% -
HSV(B) 174.88º 0.67% 0.48% -
XYZ 11.15 15.9 19 -
YUV 97.68 138.33 87.57 -
System Red Green Blue C M Y K H S L
Decimal 41 123 116 0.67 0 0.06 0.52 174.88 0.5 0.32
Hex 29 7B 74 43 0 6 34 AF 32 20
Octal 51 173 164 103 0 6 64 257 62 40
Binary 101001 1111011 1110100 1000011 0 110 110100 10101111 110010 100000

Color Harmonies of #297B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297B74

Black with #297B74

Text Example


Text Example

White with #297B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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