#298173

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

Shades of Elm #298173

Tints of Elm #298173

Color information

#298173 (or 0x298173) is unknown color: approx Elm. HEX triplet: 29, 81 and 73. RGB value is (41,129,115). Sum of RGB (Red+Green+Blue) = 41+129+115=285 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.39% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 129 - color contains mainly: green. Hex color #298173 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298173 is #D67E8C. Grayscale: #656565. Windows color (decimal): -14057101 or 7569705. OLE color: 7569705.

HSL color Cylindrical-coordinate representation of color #298173: hue angle of 170.45º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #298173 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB41129115-
CMYK0.6800.110.49
HSL170.45º51.76%33.33%-
HSV(B)170.45º68.22%50.59%-
XYZ11.8617.4118.96-
YUV101.09135.8585.14-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.39%
GREEN value IS 129 (50.78% from 255) = 45.26%
BLUE value IS 115 (45.31% from 255) = 40.35%
R=14.39%
G=45.26%
B=40.35%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal411291150.6800.110.49170.4551.7633.33
Hex298173440B31aa3421
Octal51201163104013612526441
Binary10100110000001111001110001000101111000110101010110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298173; }

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

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

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

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

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

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

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

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