#298574

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

Shades of Elm #298574

Tints of Elm #298574

Color information

#298574 (or 0x298574) is unknown color: approx Elm. HEX triplet: 29, 85 and 74. RGB value is (41,133,116). Sum of RGB (Red+Green+Blue) = 41+133+116=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 116 (45.70% from 255 or 40% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #298574 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298574 is #D67A8B. Grayscale: #676767. Windows color (decimal): -14056076 or 7636265. OLE color: 7636265.

HSL color Cylindrical-coordinate representation of color #298574: hue angle of 168.91º 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 #298574 is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB41133116-
CMYK0.6900.130.48
HSL168.91º52.87%34.12%-
HSV(B)168.91º69.17%52.16%-
XYZ12.4518.5119.44-
YUV103.55135.0283.38-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.14%
GREEN value IS 133 (52.34% from 255) = 45.86%
BLUE value IS 116 (45.70% from 255) = 40%
R=14.14%
G=45.86%
B=40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal411331160.6900.130.48168.9152.8734.12
Hex298574450D30a93522
Octal51205164105015602516542
Binary10100110000101111010010001010110111000010101001110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298574; }

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

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

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

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

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

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

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

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