#298e80

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

Shades of Elm #298E80

Tints of Elm #298E80

Color information

#298E80 (or 0x298E80) is unknown color: approx Elm. HEX triplet: 29, 8E and 80. RGB value is (41,142,128). Sum of RGB (Red+Green+Blue) = 41+142+128=311 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.18% from 311); Green value is 142 (55.86% from 255 or 45.66% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 142 - color contains mainly: green. Hex color #298E80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298E80 is #D6717F. Grayscale: #6E6E6E. Windows color (decimal): -14053760 or 8425001. OLE color: 8425001.

HSL color Cylindrical-coordinate representation of color #298E80: hue angle of 171.68º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #298E80 is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB41142128-
CMYK0.7100.100.44
HSL171.68º55.19%35.88%-
HSV(B)171.68º71.13%55.69%-
XYZ14.4821.3823.78-
YUV110.2138.0478.64-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.18%
GREEN value IS 142 (55.86% from 255) = 45.66%
BLUE value IS 128 (50.39% from 255) = 41.16%
R=13.18%
G=45.66%
B=41.16%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal411421280.7100.100.44171.6855.1935.88
Hex298E80470A2Cac3724
Octal51216200107012542546744
Binary101001100011101000000010001110101010110010101100110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298e80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298e80; }

 p { color: rgb(41,142,128); }

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

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

 a { background-color: rgb(41,142,128); }

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

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

 span { border-color: rgb(41,142,128); }

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