#298674

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

Shades of Elm #298674

Tints of Elm #298674

Color information

#298674 (or 0x298674) is unknown color: approx Elm. HEX triplet: 29, 86 and 74. RGB value is (41,134,116). Sum of RGB (Red+Green+Blue) = 41+134+116=291 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.09% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 134 - color contains mainly: green. Hex color #298674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298674 is #D6798B. Grayscale: #686868. Windows color (decimal): -14055820 or 7636521. OLE color: 7636521.

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

Color convert

RGB41134116-
CMYK0.6900.130.47
HSL168.39º53.14%34.31%-
HSV(B)168.39º69.4%52.55%-
XYZ12.5918.7819.48-
YUV104.14134.6982.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.09%
GREEN value IS 134 (52.73% from 255) = 46.05%
BLUE value IS 116 (45.70% from 255) = 39.86%
R=14.09%
G=46.05%
B=39.86%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal411341160.6900.130.47168.3953.1434.31
Hex298674450D2Fa83522
Octal51206164105015572506542
Binary10100110000110111010010001010110110111110101000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298674; }

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

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

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

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

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

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

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

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