#218775

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

Shades of Elf Green #218775

Tints of Elf Green #218775

Color information

#218775 (or 0x218775) is unknown color: approx Elf Green. HEX triplet: 21, 87 and 75. RGB value is (33,135,117). Sum of RGB (Red+Green+Blue) = 33+135+117=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 135 (53.12% from 255 or 47.37% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 135 - color contains mainly: green. Hex color #218775 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218775 is #DE788A. Grayscale: #666666. Windows color (decimal): -14579851 or 7702305. OLE color: 7702305.

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

Color convert

RGB33135117-
CMYK0.7600.130.47
HSL169.41º60.71%32.94%-
HSV(B)169.41º75.56%52.94%-
XYZ12.518.9419.83-
YUV102.45136.2178.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.58%
GREEN value IS 135 (53.12% from 255) = 47.37%
BLUE value IS 117 (46.09% from 255) = 41.05%
R=11.58%
G=47.37%
B=41.05%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal331351170.7600.130.47169.4160.7132.94
Hex2187754C0D2Fa93d21
Octal41207165114015572517541
Binary10000110000111111010110011000110110111110101001111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218775; }

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

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

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

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

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

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

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

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