#298B79

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

Shades of Elm #298B79

Tints of Elm #298B79

Color information

#298B79 (or 0x298B79) is unknown color: approx Elm. HEX triplet: 29, 8B and 79. RGB value is (41,139,121). Sum of RGB (Red+Green+Blue) = 41+139+121=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 139 (54.69% from 255 or 46.18% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 139 - color contains mainly: green. Hex color #298B79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298B79 is #D67486. Grayscale: #6B6B6B. Windows color (decimal): -14054535 or 7965481. OLE color: 7965481.

HSL color Cylindrical-coordinate representation of color #298B79: hue angle of 168.98º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #298B79 is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB41139121-
CMYK0.7100.130.45
HSL168.98º54.44%35.29%-
HSV(B)168.98º70.5%54.51%-
XYZ13.620.3221.29-
YUV107.65135.5380.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.62%
GREEN value IS 139 (54.69% from 255) = 46.18%
BLUE value IS 121 (47.66% from 255) = 40.20%
R=13.62%
G=46.18%
B=40.20%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal411391210.7100.130.45168.9854.4435.29
Hex298B79470D2Da93623
Octal51213171107015552516643
Binary10100110001011111100110001110110110110110101001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298B79; }

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

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

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

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

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

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

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

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