#298274

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

Shades of Elm #298274

Tints of Elm #298274

Color information

#298274 (or 0x298274) is unknown color: approx Elm. HEX triplet: 29, 82 and 74. RGB value is (41,130,116). Sum of RGB (Red+Green+Blue) = 41+130+116=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #298274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298274 is #D67D8B. Grayscale: #656565. Windows color (decimal): -14056844 or 7635497. OLE color: 7635497.

HSL color Cylindrical-coordinate representation of color #298274: hue angle of 170.56º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #298274 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB41130116-
CMYK0.6800.110.49
HSL170.56º52.05%33.53%-
HSV(B)170.56º68.46%50.98%-
XYZ12.0517.719.3-
YUV101.79136.0184.64-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.29%
GREEN value IS 130 (51.17% from 255) = 45.30%
BLUE value IS 116 (45.70% from 255) = 40.42%
R=14.29%
G=45.30%
B=40.42%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal411301160.6800.110.49170.5652.0533.53
Hex298274440B31ab3422
Octal51202164104013612536442
Binary10100110000010111010010001000101111000110101011110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298274; }

 p { color: rgb(41,130,116); }

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

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

 a { background-color: rgb(41,130,116); }

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

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

 span { border-color: rgb(41,130,116); }

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