#298778

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

Shades of Elm #298778

Tints of Elm #298778

Color information

#298778 (or 0x298778) is unknown color: approx Elm. HEX triplet: 29, 87 and 78. RGB value is (41,135,120). Sum of RGB (Red+Green+Blue) = 41+135+120=296 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.85% from 296); Green value is 135 (53.12% from 255 or 45.61% from 296); Blue value is 120 (47.27% from 255 or 40.54% from 296); Max value from RGB is 135 - color contains mainly: green. Hex color #298778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298778 is #D67887. Grayscale: #696969. Windows color (decimal): -14055560 or 7898921. OLE color: 7898921.

HSL color Cylindrical-coordinate representation of color #298778: hue angle of 170.43º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #298778 is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB41135120-
CMYK0.7000.110.47
HSL170.43º53.41%34.51%-
HSV(B)170.43º69.63%52.94%-
XYZ12.9719.1620.78-
YUV105.18136.3682.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.85%
GREEN value IS 135 (53.12% from 255) = 45.61%
BLUE value IS 120 (47.27% from 255) = 40.54%
R=13.85%
G=45.61%
B=40.54%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal411351200.7000.110.47170.4353.4134.51
Hex298778460B2Faa3523
Octal51207170106013572526543
Binary10100110000111111100010001100101110111110101010110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298778; }

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

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

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

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

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

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

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

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