#298174

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

Shades of Elm #298174

Tints of Elm #298174

Color information

#298174 (or 0x298174) is unknown color: approx Elm. HEX triplet: 29, 81 and 74. RGB value is (41,129,116). Sum of RGB (Red+Green+Blue) = 41+129+116=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 129 (50.78% from 255 or 45.10% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 129 - color contains mainly: green. Hex color #298174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298174 is #D67E8B. Grayscale: #656565. Windows color (decimal): -14057100 or 7635241. OLE color: 7635241.

HSL color Cylindrical-coordinate representation of color #298174: hue angle of 171.14º 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 #298174 is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB41129116-
CMYK0.6800.100.49
HSL171.14º51.76%33.33%-
HSV(B)171.14º68.22%50.59%-
XYZ11.9217.4319.26-
YUV101.21136.3585.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.34%
GREEN value IS 129 (50.78% from 255) = 45.10%
BLUE value IS 116 (45.70% from 255) = 40.56%
R=14.34%
G=45.10%
B=40.56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal411291160.6800.100.49171.1451.7633.33
Hex298174440A31ab3421
Octal51201164104012612536441
Binary10100110000001111010010001000101011000110101011110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298174; }

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

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

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

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

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

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

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

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