#297370

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

Shades of Elm #297370

Tints of Elm #297370

Color information

#297370 (or 0x297370) is unknown color: approx Elm. HEX triplet: 29, 73 and 70. RGB value is (41,115,112). Sum of RGB (Red+Green+Blue) = 41+115+112=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 115 (45.31% from 255 or 42.91% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 115 - color contains mainly: green. Hex color #297370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297370 is #D68C8F. Grayscale: #5C5C5C. Windows color (decimal): -14060688 or 7369513. OLE color: 7369513.

HSL color Cylindrical-coordinate representation of color #297370: hue angle of 177.57º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #297370 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB41115112-
CMYK0.6400.030.55
HSL177.57º47.44%30.59%-
HSV(B)177.57º64.35%45.1%-
XYZ9.9713.917.49-
YUV92.53138.9891.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.30%
GREEN value IS 115 (45.31% from 255) = 42.91%
BLUE value IS 112 (44.14% from 255) = 41.79%
R=15.30%
G=42.91%
B=41.79%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal411151120.6400.030.55177.5747.4430.59
Hex297370400337b22f1f
Octal5116316010003672625737
Binary1010011110011111000010000000111101111011001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297370; }

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

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

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

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

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

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

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

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