#298A7C

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

Shades of Elm #298A7C

Tints of Elm #298A7C

Color information

#298A7C (or 0x298A7C) is unknown color: approx Elm. HEX triplet: 29, 8A and 7C. RGB value is (41,138,124). Sum of RGB (Red+Green+Blue) = 41+138+124=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 138 (54.30% from 255 or 45.54% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 138 - color contains mainly: green. Hex color #298A7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298A7C is #D67583. Grayscale: #6B6B6B. Windows color (decimal): -14054788 or 8161833. OLE color: 8161833.

HSL color Cylindrical-coordinate representation of color #298A7C: hue angle of 171.34º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #298A7C is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB41138124-
CMYK0.7000.100.46
HSL171.34º54.19%35.1%-
HSV(B)171.34º70.29%54.12%-
XYZ13.6420.122.23-
YUV107.4137.3680.64-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.53%
GREEN value IS 138 (54.30% from 255) = 45.54%
BLUE value IS 124 (48.83% from 255) = 40.92%
R=13.53%
G=45.54%
B=40.92%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal411381240.7000.100.46171.3454.1935.1
Hex298A7C460A2Eab3623
Octal51212174106012562536643
Binary10100110001010111110010001100101010111010101011110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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