#218769

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

Shades of Elf Green #218769

Tints of Elf Green #218769

Color information

#218769 (or 0x218769) is unknown color: approx Elf Green. HEX triplet: 21, 87 and 69. RGB value is (33,135,105). Sum of RGB (Red+Green+Blue) = 33+135+105=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 135 (53.12% from 255 or 49.45% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 135 - color contains mainly: green. Hex color #218769 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218769 is #DE7896. Grayscale: #656565. Windows color (decimal): -14579863 or 6915873. OLE color: 6915873.

HSL color Cylindrical-coordinate representation of color #218769: hue angle of 162.35º 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 #218769 is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB33135105-
CMYK0.7600.220.47
HSL162.35º60.71%32.94%-
HSV(B)162.35º75.56%52.94%-
XYZ11.8418.6716.34-
YUV101.08130.2179.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.09%
GREEN value IS 135 (53.12% from 255) = 49.45%
BLUE value IS 105 (41.41% from 255) = 38.46%
R=12.09%
G=49.45%
B=38.46%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal331351050.7600.220.47162.3560.7132.94
Hex2187694C0162Fa23d21
Octal41207151114026572427541
Binary100001100001111101001100110001011010111110100010111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218769; }

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

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

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

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

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

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

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

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