#218275

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

Shades of Elm #218275

Tints of Elm #218275

Color information

#218275 (or 0x218275) is unknown color: approx Elm. HEX triplet: 21, 82 and 75. RGB value is (33,130,117). Sum of RGB (Red+Green+Blue) = 33+130+117=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 117 (46.09% from 255 or 41.79% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #218275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218275 is #DE7D8A. Grayscale: #636363. Windows color (decimal): -14581131 or 7701025. OLE color: 7701025.

HSL color Cylindrical-coordinate representation of color #218275: hue angle of 171.96º 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 #218275 is Cyan = 0.75, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB33130117-
CMYK0.7500.10.49
HSL171.96º59.51%31.96%-
HSV(B)171.96º74.62%50.98%-
XYZ11.8217.5719.6-
YUV99.52137.8680.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.79%
GREEN value IS 130 (51.17% from 255) = 46.43%
BLUE value IS 117 (46.09% from 255) = 41.79%
R=11.79%
G=46.43%
B=41.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal331301170.7500.10.49171.9659.5131.96
Hex2182754B0A31ac3c20
Octal41202165113012612547440
Binary10000110000010111010110010110101011000110101100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218275; }

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

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

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

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

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

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

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

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