#218979

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

Shades of Elm #218979

Tints of Elm #218979

Color information

#218979 (or 0x218979) is unknown color: approx Elm. HEX triplet: 21, 89 and 79. RGB value is (33,137,121). Sum of RGB (Red+Green+Blue) = 33+137+121=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 137 (53.91% from 255 or 47.08% from 291); Blue value is 121 (47.66% from 255 or 41.58% from 291); Max value from RGB is 137 - color contains mainly: green. Hex color #218979 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218979 is #DE7686. Grayscale: #686868. Windows color (decimal): -14579335 or 7964961. OLE color: 7964961.

HSL color Cylindrical-coordinate representation of color #218979: hue angle of 170.77º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218979 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB33137121-
CMYK0.7600.120.46
HSL170.77º61.18%33.33%-
HSV(B)170.77º75.91%53.73%-
XYZ13.0219.621.18-
YUV104.08137.5477.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.34%
GREEN value IS 137 (53.91% from 255) = 47.08%
BLUE value IS 121 (47.66% from 255) = 41.58%
R=11.34%
G=47.08%
B=41.58%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal331371210.7600.120.46170.7761.1833.33
Hex2189794C0C2Eab3d21
Octal41211171114014562537541
Binary10000110001001111100110011000110010111010101011111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218979; }

 p { color: rgb(33,137,121); }

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

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

 a { background-color: rgb(33,137,121); }

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

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

 span { border-color: rgb(33,137,121); }

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