#297B70

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

Shades of Elm #297B70

Tints of Elm #297B70

Color information

#297B70 (or 0x297B70) is unknown color: approx Elm. HEX triplet: 29, 7B and 70. RGB value is (41,123,112). Sum of RGB (Red+Green+Blue) = 41+123+112=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 123 (48.44% from 255 or 44.57% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 123 - color contains mainly: green. Hex color #297B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297B70 is #D6848F. Grayscale: #616161. Windows color (decimal): -14058640 or 7371561. OLE color: 7371561.

HSL color Cylindrical-coordinate representation of color #297B70: hue angle of 171.95º 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 #297B70 is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB41123112-
CMYK0.6700.090.52
HSL171.95º50%32.16%-
HSV(B)171.95º66.67%48.24%-
XYZ10.9215.8117.8-
YUV97.23136.3387.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.86%
GREEN value IS 123 (48.44% from 255) = 44.57%
BLUE value IS 112 (44.14% from 255) = 40.58%
R=14.86%
G=44.57%
B=40.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal411231120.6700.090.52171.955032.16
Hex297B70430934ac3220
Octal51173160103011642546240
Binary1010011111011111000010000110100111010010101100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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