Html Css Color HEX #297875 Elm

📋 copy color: '#297875'

red 41 ◦ green 120 ◦ blue 117

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

Shades of Elm #297875

Tints of Elm #297875

RGB

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

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

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

R = 14.75%
G = 43.17%
B = 42.09%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#297875 (or 0x297875) is known color: Elm. HEX triplet: 29, 78 and 75. RGB value is (41,120,117). Sum of RGB (Red+Green+Blue) = 41+120+117=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 120 (47.27% from 255 or 43.17% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 120 - color contains mainly: green. Hex color #297875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297875 is #D6878A. Grayscale: #5F5F5F. Windows color (decimal): -14059403 or 7698473. OLE color: 7698473.

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

Color convert

RGB 41 120 117 -
CMYK 0.66 0 0.02 0.53
HSL 177.72º 0.49% 0.32% -
HSV(B) 177.72º 0.66% 0.47% -
XYZ 10.84 15.19 19.19 -
YUV 96.04 139.83 88.74 -
System Red Green Blue C M Y K H S L
Decimal 41 120 117 0.66 0 0.02 0.53 177.72 0.49 0.32
Hex 29 78 75 42 0 2 35 B2 31 20
Octal 51 170 165 102 0 2 65 262 61 40
Binary 101001 1111000 1110101 1000010 0 10 110101 10110010 110001 100000

Color Harmonies of #297875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297875

Black with #297875

Text Example


Text Example

White with #297875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297875; }

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

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

background-color css

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

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

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

border-color css

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

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

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