#208265

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

Shades of Elf Green #208265

Tints of Elf Green #208265

Color information

#208265 (or 0x208265) is unknown color: approx Elf Green. HEX triplet: 20, 82 and 65. RGB value is (32,130,101). Sum of RGB (Red+Green+Blue) = 32+130+101=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 101 (39.84% from 255 or 38.40% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #208265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208265 is #DF7D9A. Grayscale: #616161. Windows color (decimal): -14646683 or 6652448. OLE color: 6652448.

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

Color convert

RGB32130101-
CMYK0.7500.220.49
HSL162.24º60.49%31.76%-
HSV(B)162.24º75.38%50.98%-
XYZ10.9317.2115.06-
YUV97.39130.0381.36-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.17%
GREEN value IS 130 (51.17% from 255) = 49.43%
BLUE value IS 101 (39.84% from 255) = 38.40%
R=12.17%
G=49.43%
B=38.40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal321301010.7500.220.49162.2460.4931.76
Hex2082654B01631a23c20
Octal40202145113026612427440
Binary100000100000101100101100101101011011000110100010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208265; }

 p { color: rgb(32,130,101); }

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

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

 a { background-color: rgb(32,130,101); }

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

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

 span { border-color: rgb(32,130,101); }

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