Html Css Color HEX #297874 Elm

📋 copy color: '#297874'

red 41 ◦ green 120 ◦ blue 116

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

Shades of Elm #297874

Tints of Elm #297874

RGB

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

 GREEN value IS 120 (47.27% from 255) = 43.32%

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

R = 14.8%
G = 43.32%
B = 41.88%

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

#297874 (or 0x297874) is known color: Elm. HEX triplet: 29, 78 and 74. RGB value is (41,120,116). Sum of RGB (Red+Green+Blue) = 41+120+116=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 120 (47.27% from 255 or 43.32% from 277); Blue value is 116 (45.70% from 255 or 41.88% from 277); Max value from RGB is 120 - color contains mainly: green. Hex color #297874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297874 is #D6878B. Grayscale: #5F5F5F. Windows color (decimal): -14059404 or 7632937. OLE color: 7632937.

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

Color convert

RGB 41 120 116 -
CMYK 0.66 0 0.03 0.53
HSL 176.96º 0.49% 0.32% -
HSV(B) 176.96º 0.66% 0.47% -
XYZ 10.78 15.17 18.88 -
YUV 95.92 139.33 88.83 -
System Red Green Blue C M Y K H S L
Decimal 41 120 116 0.66 0 0.03 0.53 176.96 0.49 0.32
Hex 29 78 74 42 0 3 35 B1 31 20
Octal 51 170 164 102 0 3 65 261 61 40
Binary 101001 1111000 1110100 1000010 0 11 110101 10110001 110001 100000

Color Harmonies of #297874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297874

Black with #297874

Text Example


Text Example

White with #297874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297874; }

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

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

background-color css

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

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

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

border-color css

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

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

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