#297150

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

Shades of Salem #297150

Tints of Salem #297150

Color information

#297150 (or 0x297150) is unknown color: approx Salem. HEX triplet: 29, 71 and 50. RGB value is (41,113,80). Sum of RGB (Red+Green+Blue) = 41+113+80=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 113 (44.53% from 255 or 48.29% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 113 - color contains mainly: green. Hex color #297150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297150 is #D68EAF. Grayscale: #575757. Windows color (decimal): -14061232 or 5271849. OLE color: 5271849.

HSL color Cylindrical-coordinate representation of color #297150: hue angle of 152.5º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #297150 is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB4111380-
CMYK0.6400.290.56
HSL152.5º46.75%30.2%-
HSV(B)152.5º63.72%44.31%-
XYZ8.2712.869.64-
YUV87.71123.6594.68-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.52%
GREEN value IS 113 (44.53% from 255) = 48.29%
BLUE value IS 80 (31.64% from 255) = 34.19%
R=17.52%
G=48.29%
B=34.19%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41113800.6400.290.56152.546.7530.2
Hex2971504001D38982f1e
Octal51161120100035702305736
Binary1010011110001101000010000000111011110001001100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297150; }

 p { color: rgb(41,113,80); }

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

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

 a { background-color: rgb(41,113,80); }

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

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

 span { border-color: rgb(41,113,80); }

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