#298176

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

Shades of Elm #298176

Tints of Elm #298176

Color information

#298176 (or 0x298176) is unknown color: approx Elm. HEX triplet: 29, 81 and 76. RGB value is (41,129,118). Sum of RGB (Red+Green+Blue) = 41+129+118=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 129 (50.78% from 255 or 44.79% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 129 - color contains mainly: green. Hex color #298176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298176 is #D67E89. Grayscale: #656565. Windows color (decimal): -14057098 or 7766313. OLE color: 7766313.

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

Color convert

RGB41129118-
CMYK0.6800.090.49
HSL172.5º51.76%33.33%-
HSV(B)172.5º68.22%50.59%-
XYZ12.0317.4819.88-
YUV101.43137.3584.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.24%
GREEN value IS 129 (50.78% from 255) = 44.79%
BLUE value IS 118 (46.48% from 255) = 40.97%
R=14.24%
G=44.79%
B=40.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal411291180.6800.090.49172.551.7633.33
Hex298176440931ac3421
Octal51201166104011612546441
Binary10100110000001111011010001000100111000110101100110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298176; }

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

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

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

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

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

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

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

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