#298478

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

Shades of Elm #298478

Tints of Elm #298478

Color information

#298478 (or 0x298478) is unknown color: approx Elm. HEX triplet: 29, 84 and 78. RGB value is (41,132,120). Sum of RGB (Red+Green+Blue) = 41+132+120=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 132 (51.95% from 255 or 45.05% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 132 - color contains mainly: green. Hex color #298478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298478 is #D67B87. Grayscale: #676767. Windows color (decimal): -14056328 or 7898153. OLE color: 7898153.

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

Color convert

RGB41132120-
CMYK0.6900.090.48
HSL172.09º52.6%33.92%-
HSV(B)172.09º68.94%51.76%-
XYZ12.5618.3320.65-
YUV103.42137.3583.48-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.99%
GREEN value IS 132 (51.95% from 255) = 45.05%
BLUE value IS 120 (47.27% from 255) = 40.96%
R=13.99%
G=45.05%
B=40.96%

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
Decimal411321200.6900.090.48172.0952.633.92
Hex298478450930ac3522
Octal51204170105011602546542
Binary10100110000100111100010001010100111000010101100110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298478; }

 p { color: rgb(41,132,120); }

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

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

 a { background-color: rgb(41,132,120); }

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

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

 span { border-color: rgb(41,132,120); }

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