#298B7C

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

Shades of Elm #298B7C

Tints of Elm #298B7C

Color information

#298B7C (or 0x298B7C) is unknown color: approx Elm. HEX triplet: 29, 8B and 7C. RGB value is (41,139,124). Sum of RGB (Red+Green+Blue) = 41+139+124=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 139 (54.69% from 255 or 45.72% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 139 - color contains mainly: green. Hex color #298B7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298B7C is #D67483. Grayscale: #6B6B6B. Windows color (decimal): -14054532 or 8162089. OLE color: 8162089.

HSL color Cylindrical-coordinate representation of color #298B7C: hue angle of 170.82º 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 #298B7C is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB41139124-
CMYK0.7100.110.45
HSL170.82º54.44%35.29%-
HSV(B)170.82º70.5%54.51%-
XYZ13.7920.3922.28-
YUV107.99137.0380.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.49%
GREEN value IS 139 (54.69% from 255) = 45.72%
BLUE value IS 124 (48.83% from 255) = 40.79%
R=13.49%
G=45.72%
B=40.79%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal411391240.7100.110.45170.8254.4435.29
Hex298B7C470B2Dab3623
Octal51213174107013552536643
Binary10100110001011111110010001110101110110110101011110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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