#218279

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

Shades of Elm #218279

Tints of Elm #218279

Color information

#218279 (or 0x218279) is unknown color: approx Elm. HEX triplet: 21, 82 and 79. RGB value is (33,130,121). Sum of RGB (Red+Green+Blue) = 33+130+121=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 121 (47.66% from 255 or 42.61% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #218279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218279 is #DE7D86. Grayscale: #636363. Windows color (decimal): -14581127 or 7963169. OLE color: 7963169.

HSL color Cylindrical-coordinate representation of color #218279: hue angle of 174.43º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218279 is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB33130121-
CMYK0.7500.070.49
HSL174.43º59.51%31.96%-
HSV(B)174.43º74.62%50.98%-
XYZ12.0617.6720.86-
YUV99.97139.8680.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.62%
GREEN value IS 130 (51.17% from 255) = 45.77%
BLUE value IS 121 (47.66% from 255) = 42.61%
R=11.62%
G=45.77%
B=42.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal331301210.7500.070.49174.4359.5131.96
Hex2182794B0731ae3c20
Octal4120217111307612567440
Binary1000011000001011110011001011011111000110101110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218279; }

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

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

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

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

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

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

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

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