#298F7C

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

Shades of Elm #298F7C

Tints of Elm #298F7C

Color information

#298F7C (or 0x298F7C) is unknown color: approx Elm. HEX triplet: 29, 8F and 7C. RGB value is (41,143,124). Sum of RGB (Red+Green+Blue) = 41+143+124=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 143 (56.25% from 255 or 46.43% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 143 - color contains mainly: green. Hex color #298F7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298F7C is #D67083. Grayscale: #6E6E6E. Windows color (decimal): -14053508 or 8163113. OLE color: 8163113.

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

Color convert

RGB41143124-
CMYK0.7100.130.44
HSL168.82º55.43%36.08%-
HSV(B)168.82º71.33%56.08%-
XYZ14.3821.5722.47-
YUV110.34135.7178.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.31%
GREEN value IS 143 (56.25% from 255) = 46.43%
BLUE value IS 124 (48.83% from 255) = 40.26%
R=13.31%
G=46.43%
B=40.26%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal411431240.7100.130.44168.8255.4336.08
Hex298F7C470D2Ca93724
Octal51217174107015542516744
Binary10100110001111111110010001110110110110010101001110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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