#297972

Color #297972 Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #297972

Tints of Elm #297972

Color information

#297972 (or 0x297972) is unknown color: approx Elm. HEX triplet: 29, 79 and 72. RGB value is (41,121,114). Sum of RGB (Red+Green+Blue) = 41+121+114=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 121 (47.66% from 255 or 43.84% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 121 - color contains mainly: green. Hex color #297972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297972 is #D6868D. Grayscale: #606060. Windows color (decimal): -14059150 or 7502121. OLE color: 7502121.

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

Color convert

RGB41121114-
CMYK0.6600.060.53
HSL174.75º49.38%31.76%-
HSV(B)174.75º66.12%47.45%-
XYZ10.7915.3618.32-
YUV96.2813888.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.86%
GREEN value IS 121 (47.66% from 255) = 43.84%
BLUE value IS 114 (44.92% from 255) = 41.30%
R=14.86%
G=43.84%
B=41.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal411211140.6600.060.53174.7549.3831.76
Hex297972420635af3120
Octal5117116210206652576140
Binary101001111100111100101000010011011010110101111110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297972; }

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

 H1.HeaderClassName
 {
   color: #297972;
 }
 .AnyTagClassName
 {
   color: #297972;
 }
</style>
background-color css

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

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

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

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

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

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