#298579

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

Shades of Elm #298579

Tints of Elm #298579

Color information

#298579 (or 0x298579) is unknown color: approx Elm. HEX triplet: 29, 85 and 79. RGB value is (41,133,121). Sum of RGB (Red+Green+Blue) = 41+133+121=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 133 - color contains mainly: green. Hex color #298579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298579 is #D67A86. Grayscale: #686868. Windows color (decimal): -14056071 or 7963945. OLE color: 7963945.

HSL color Cylindrical-coordinate representation of color #298579: hue angle of 172.17º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #298579 is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB41133121-
CMYK0.6900.090.48
HSL172.17º52.87%34.12%-
HSV(B)172.17º69.17%52.16%-
XYZ12.7518.6321.01-
YUV104.12137.5282.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.90%
GREEN value IS 133 (52.34% from 255) = 45.08%
BLUE value IS 121 (47.66% from 255) = 41.02%
R=13.90%
G=45.08%
B=41.02%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal411331210.6900.090.48172.1752.8734.12
Hex298579450930ac3522
Octal51205171105011602546542
Binary10100110000101111100110001010100111000010101100110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298579; }

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

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

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

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

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

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

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

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