Html Css Color HEX #297975 Elm

📋 copy color: '#297975'

red 41 ◦ green 121 ◦ blue 117

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

Shades of Elm #297975

Tints of Elm #297975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 41.94%

R = 14.7%
G = 43.37%
B = 41.94%

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

#297975 (or 0x297975) is known color: Elm. HEX triplet: 29, 79 and 75. RGB value is (41,121,117). Sum of RGB (Red+Green+Blue) = 41+121+117=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 121 (47.66% from 255 or 43.37% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 121 - color contains mainly: green. Hex color #297975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297975 is #D6868A. Grayscale: #606060. Windows color (decimal): -14059147 or 7698729. OLE color: 7698729.

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

Color convert

RGB 41 121 117 -
CMYK 0.66 0 0.03 0.53
HSL 177º 0.49% 0.32% -
HSV(B) 177º 0.66% 0.47% -
XYZ 10.96 15.43 19.23 -
YUV 96.62 139.5 88.33 -
System Red Green Blue C M Y K H S L
Decimal 41 121 117 0.66 0 0.03 0.53 177 0.49 0.32
Hex 29 79 75 42 0 3 35 B1 31 20
Octal 51 171 165 102 0 3 65 261 61 40
Binary 101001 1111001 1110101 1000010 0 11 110101 10110001 110001 100000

Color Harmonies of #297975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297975

Black with #297975

Text Example


Text Example

White with #297975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297975; }

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

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

background-color css

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

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

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

border-color css

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

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

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