#298079

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

Shades of Elm #298079

Tints of Elm #298079

Color information

#298079 (or 0x298079) is unknown color: approx Elm. HEX triplet: 29, 80 and 79. RGB value is (41,128,121). Sum of RGB (Red+Green+Blue) = 41+128+121=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 128 (50.39% from 255 or 44.14% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 128 - color contains mainly: green. Hex color #298079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298079 is #D67F86. Grayscale: #656565. Windows color (decimal): -14057351 or 7962665. OLE color: 7962665.

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

Color convert

RGB41128121-
CMYK0.6800.050.50
HSL175.17º51.48%33.14%-
HSV(B)175.17º67.97%50.2%-
XYZ12.0817.2920.79-
YUV101.19139.1885.07-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.14%
GREEN value IS 128 (50.39% from 255) = 44.14%
BLUE value IS 121 (47.66% from 255) = 41.72%
R=14.14%
G=44.14%
B=41.72%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal411281210.6800.050.50175.1751.4833.14
Hex298079440532af3321
Octal5120017110405622576341
Binary1010011000000011110011000100010111001010101111110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298079; }

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

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

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

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

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

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

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

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