#218268

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

Shades of Elf Green #218268

Tints of Elf Green #218268

Color information

#218268 (or 0x218268) is unknown color: approx Elf Green. HEX triplet: 21, 82 and 68. RGB value is (33,130,104). Sum of RGB (Red+Green+Blue) = 33+130+104=267 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.36% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #218268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218268 is #DE7D97. Grayscale: #626262. Windows color (decimal): -14581144 or 6849057. OLE color: 6849057.

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

Color convert

RGB33130104-
CMYK0.7500.20.49
HSL163.92º59.51%31.96%-
HSV(B)163.92º74.62%50.98%-
XYZ11.1117.2915.85-
YUV98.03131.3681.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.36%
GREEN value IS 130 (51.17% from 255) = 48.69%
BLUE value IS 104 (41.02% from 255) = 38.95%
R=12.36%
G=48.69%
B=38.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal331301040.7500.20.49163.9259.5131.96
Hex2182684B01431a43c20
Octal41202150113024612447440
Binary100001100000101101000100101101010011000110100100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218268; }

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

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

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

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

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

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

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

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