#218272

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

Shades of Elm #218272

Tints of Elm #218272

Color information

#218272 (or 0x218272) is unknown color: approx Elm. HEX triplet: 21, 82 and 72. RGB value is (33,130,114). Sum of RGB (Red+Green+Blue) = 33+130+114=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 130 - color contains mainly: green. Hex color #218272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218272 is #DE7D8D. Grayscale: #636363. Windows color (decimal): -14581134 or 7504417. OLE color: 7504417.

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

Color convert

RGB33130114-
CMYK0.7500.120.49
HSL170.1º59.51%31.96%-
HSV(B)170.1º74.62%50.98%-
XYZ11.6517.518.68-
YUV99.17136.3680.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.91%
GREEN value IS 130 (51.17% from 255) = 46.93%
BLUE value IS 114 (44.92% from 255) = 41.16%
R=11.91%
G=46.93%
B=41.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal331301140.7500.120.49170.159.5131.96
Hex2182724B0C31aa3c20
Octal41202162113014612527440
Binary10000110000010111001010010110110011000110101010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218272; }

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

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

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

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

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

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

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

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